{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}When an event is triggered we’ll send you a POST request with this data.
Use the Webhooks API to manage the target url and the accepted events.
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}The channel that triggered the webhook
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 Most recent version of the model (e.g. campaign payload)
Event time
Unique id of the event. This can be used for event de-duplication
Successful Response
Was this page helpful?