WEBHOOK
webhooks
{
  "channel": "campaign:create",
  "id": "<string>",
  "payload": {},
  "timestamp": "2023-11-07T05:31:56Z"
}
"<any>"

Body

application/json
channel
enum<string>
required

The channel that triggered the webhook

Available options:
campaign:create,
campaign:update,
campaign:delete,
catalog:feed:download:finish
id
string
required

Unique id of the event. This can be used for event de-duplication

payload
object
required

Most recent version of the model (e.g. campaign payload)

timestamp
string<date-time>
required

Event time

Response

Successful Response

The response is of type any.