Webhooks

Execute Slack webhook

Receives and processes Slack-formatted webhook payloads, converting them to messages in the configured channel. Returns "ok" as plain text with a 200 status code.

post/webhooks/{webhook_id}/{token}/slack

Path parameters

string snowflake required
OR
integer required

The ID of the webhook

tokenstring required

The webhook token

The webhook token

Request body

textstring

Main text content of the message

usernamestring

Override the default username of the webhook

icon_urlstring

Override the default icon of the webhook

Response

Success

string required

Changes