{
"channel": "campaign:create",
"id": "<string>",
"payload": {},
"timestamp": "2023-11-07T05:31:56Z"
}
"<any>"
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",
"id": "<string>",
"payload": {},
"timestamp": "2023-11-07T05:31:56Z"
}
"<any>"
Successful Response
The response is of type any
.