Overview
In addition to standard SFTP data exports, the Thanx platform supports a variety of webhooks. These webhooks allow for integrating platforms to respond in realtime to changes to data resources in the Thanx platform.
If you are an existing integration partner, please reach out to our team at developer.support@thanx.com to have webhooks enabled.
Requirements
Webhook endpoints must be valid HTTPS URLs. Requests will be sent as POST
requests and expect the receiving servers to respond to requests within 15
seconds.
By default, webhooks are not configured to retry if the receiving server responds with an error. Any missed data can be collected via bulk data transfer mechanisms.
Headers
For extra validation, each webhook can be configured to send additional request headers with each webhook request to the receiving server. If this is something that your team would like to have enabled, please discuss with our Developer Support team.