{
"channel": "campaign:create",
"payload": {},
"timestamp": "2023-11-07T05:31:56Z",
"id": "<string>"
}{
"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.
{
"channel": "campaign:create",
"payload": {},
"timestamp": "2023-11-07T05:31:56Z",
"id": "<string>"
}{
"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
Cette page vous a-t-elle été utile ?