Documentation Index
Fetch the complete documentation index at: https://docs.topsort.com/llms.txt
Use this file to discover all available pages before exploring further.
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 by ID API response.
Campaign Deletion
Triggered when a campaign is deleted.