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
webhook_idstring snowflake required
The ID of the webhook
tokenstring required
The token
Query parameters
waitstring
Whether to wait for the webhook response
Request body
Response
Success