Webhooks are a technology that allows you to get alerts about the events you’ve defined. They keep track of actions and notify your system as they happen, keeping you informed of changes.
Webhook contains event data that enables you to process the data on your end, for example, creating an internal dashboard or a specific report tailored to your business.
Every time a new event occurs in our system, your system will be informed.
Note
The order of webhooks is chronological. So that when a webhook delivery fails, all subsequent webhooks will be blocked until the failed delivery is successfully retried, ie we receive 200 HTTPS response code
This is because webhooks are always delivered in the order they were created, meaning that if one webhook isn’t delivered, we can't send any other because this would result in out-of-order delivery.
Visit the Webhooks Documentation for further information on the technical aspects of webhook implementation.
Adding an endpoint
Using the drop-down menu in the back office's upper right, select the processing account to which you wish to add webhooks.
Click the account name again.
Select Account settings.
Go to the Webhooks section.
Click Add Endpoint button.
Provide the URL for the webhook recipient and specify whether the test or live webhooks should be sent for the HTTP endpoint.
Follow the on-screen instructions for the AWS SQS, AWS SNS, and AWS Kinesis endpoints.Click Create endpoint.