Webhooks

Execute GitHub webhook

Receives and processes GitHub webhook events, formatting them as messages in the configured channel. Reads event type from X-GitHub-Event header and delivery ID from X-GitHub-Delivery header.

post/webhooks/{webhook_id}/{token}/github

Path parameters

string snowflake required
OR
integer required

The ID of the webhook

tokenstring required

The webhook token

The webhook token

Request body

actionstring nullable
comparestring nullable
forcedboolean nullable
ref_typestring nullable
refstring nullable

Response

No Content

Changes