Changed on:
31 Jan 2024
This feature enables partners to send payloads to external systems via .
Create a new setting and add the 3rd party endpoint. These settings can be retrieved by the configuration service of the Connect SDK.
Build the relevant custom payload to send out the required data to the external system endpoint
Each call to any external system through may be logged in logs through the Log Service of the Connect SDK. The logs are added to the configured logging service which by default is the server. For example, as of now, the server we are using is AWS and Logs will be stored at AWS Logging.
Although it is possible to use any 3rd party library to connect to external systems, both OKHTTP and Spring RestTemplate are already available and should be preferred over alternatives as much as possible.