Webhooks API
Create Webhook
Creates a webhook.
POST
Body
application/json
The channel that triggers this webhook.
Available options:
campaign:create
, campaign:update
, campaign:delete
The URL to send the webhook event to.
Required string length:
1 - 2083
Webhook secret to be used in signature generation. If missing, it'll be randomly generated.
Maximum length:
32
Response
201 - application/json
The channel that triggers this webhook.
Available options:
campaign:create
, campaign:update
, campaign:delete
Id of the webhook.
The marketplace ID.
Webhook secret to be used in signature generation.
The URL to send the webhook event to.
Required string length:
1 - 2083