The panel lives in Settings (side toolbar) → Webhook.

Webhook configuration screen
Panel fields
toggle
Turns automatic delivery of HTTP requests on or off for this campaign.
url
required
Full address of the endpoint that will receive the requests, for example
https://yourdomain.com/webhook.string
The secret used to digitally sign every payload with HMAC-SHA256. See Signature and security to implement verification.
Webhook Requests
Below the fields you’ll find the chronological list of every call made. For each row you see:
Failed requests are logged too, with the status code that made them fail.
Quick actions
Technical details of the request
If your endpoint doesn’t respond within 30 seconds, the request is considered failed and falls into the retry logic. Answer
200 immediately and process the payload asynchronously.Next steps
Signature and security
Recompute the HMAC-SHA256 signature and reject requests that aren’t authentic.
Payload reference
What the JSON you receive contains, field by field.

