Webhooks
Execute webhook
Executes the webhook by sending a message to its configured channel. If the wait query parameter is true, returns the created message object; otherwise returns a 204 status with no content.
post/webhooks/{webhook_id}/{token}
Path parameters
The ID of the webhook
tokenstring required
The webhook token
The webhook token
Query parameters
waitstring
Whether to wait for the webhook response
Whether to wait for the webhook response
Request body
Response
Success