Skip to main content
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 occurred
  • timestamp: When the event occurred
  • id: Unique id for the event which can be used for deduplication
  • payload: 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 by ID API response.

Campaign Deletion

Triggered when a campaign is deleted.