Webhook examples
Webhook event & payloads
Learn about the event and payload specifications for webhooks.
Example event response
Below is an example of a webhook event response for a campaign update. Common fields for all events are:
channel
: The type of the event that occurredtimestamp
: When the event occurredid
: Unique id for the event which can be used for deduplicationpayload
: The payload contains the details of the event and will vary depending on the event, which is covered in detail below
Campaign creation
Triggered when a campaign is created. To see the full specification of the payload, see the Campaign Create API response.
Campaign update
Triggered when a campaign is updated. To see the full specification of the payload, see the Campaign Update API response.
Campaign deletion
Triggered when a campaign is deleted.