Skip to main content

Webhook integration

Activate webhook

5.png

Webhooks need to be activated to start processing real event notifications. Users can activate webhooks on the successful delivery of a test notification.

Warning

Make sure that you acknowledge the notification before applying any business logic. This is because a breakage in your business logic could otherwise prevent important updates from reaching your system.

It is advised to use the following flow for processing webhook notifications:

  1. Store the notification in your data store

  2. Acknowledge the notification

  3. Apply your business logic to process the notification