Webhook
Create Webhook
Create a new webhook
POST
/
webhook
Authorizations
apikey
string
headerrequiredAuthentication is done via apikey
provided for your account
Include the following in your request header
apikey: "your_apikey_here"
Body
application/json
Webhook input data
url
string
requiredevents
enum<string>[]
requiredAvailable options:
message:user:in
, message:store:out
, message:delivery:update
challengeToken
string
Challenge Token for the webhook
Maximum length:
200
Response
200 - application/json
Webhook response data
id
string
url
string
challengeToken
string
events
enum<string>[]
Available options:
message:user:in
, message:store:out
, message:delivery:update