Webhooks
Executes a webhook
Executes a webhook and sends a message
post/webhooks/{webhook_id}/{token}
Path parameters
webhook_idstring required
tokenstring required
Headers
Idempotency-Keystring
Unique key to prevent duplicate requests
Request body
Response
Example response
{
"member": {
"joined_at": "1970-01-01T00:00:00Z",
"timeout": "1970-01-01T00:00:00Z"
},
"system": {
"finished_at": "1970-01-01T00:00:00Z"
},
"edited": "1970-01-01T00:00:00Z"
}