SITA DataConnect API
- Messaging
 
The Data Connect API allows RESTful access to a TypeX queue.
Webhook
Data Connect API allows you to configure a webhook on your queue. This webhook will be called whenever a new message is received on your queue. If a 2xx response is returned from your webhook, the message will be deleted and the next message will be delivered until no more messages are remain. If an error occurs, or a non-2xx response code is returned Data Connect API will retry delivery after a short delay.
You can configure the webhook settings using the /settings/webhook endpoint. As well as the URL, the webhook can be enabled/disabled, and HTTP headers to include in the request to your webhook can be configured.
Data Connect API will send the full TypeX message as the payload of the webhook request.