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

webhook_idstring snowflake required

The ID of the webhook

tokenstring required

The 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

No recorded changes to this endpoint across all 1 revision of this API.