Activate webhook
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:
Store the notification in your data store
Acknowledge the notification
Apply your business logic to process the notification