Passer au contenu principal
WEBHOOK
webhooks
{
  "channel": "campaign:create",
  "payload": {},
  "timestamp": "2023-11-07T05:31:56Z",
  "id": "<string>"
}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Corps

application/json
channel
enum<string>
requis

The channel that triggered the webhook

Options disponibles:
campaign:create,
campaign:update,
campaign:delete,
catalog:feed:download:finish,
store:availability:download:finish,
catalog:feed:upload:late,
full:availability:upload:late,
delta:availability:upload:late
payload
Payload · object
requis

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

timestamp
string<date-time>
requis

Event time

id
string
requis

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

Réponse

Successful Response