Create an endpoint
Create an HTTPS endpoint in your app that acceptsPOST requests with JSON:
2xx response after your app stores or processes the event.
Create the webhook
Call the webhook endpoint:Verify signatures
Each delivery includes these headers:| Header | Purpose |
|---|---|
wadial-event-id | Unique delivery event id |
wadial-event-type | Event name |
wadial-signature | Timestamp and HMAC signature |