Webhooks
Webhooks
Section titled “Webhooks”13 tools in this category.
webhooks_create Create a new webhook attached to a channel.
webhooks_delete Delete a webhook by id. **DESTRUCTIVE — IRREVERSIBLE.**
webhooks_delete_message Delete a message previously sent by this webhook. **DESTRUCTIVE — IRREVERSIBLE.**
webhooks_delete_with_token Delete a webhook using its token. **DESTRUCTIVE — IRREVERSIBLE.**
webhooks_edit_message Edit a message previously sent by this webhook.
webhooks_execute Execute (send a message through) a webhook. Low-level escape hatch.
webhooks_get Get a webhook by id (bot-authed lookup).
webhooks_get_message Fetch a message previously sent through a webhook.
webhooks_get_with_token Get a webhook by id + token without bot auth.
webhooks_list_channel List webhooks attached to a single channel.
webhooks_list_guild List every webhook in a guild (across all channels).
webhooks_modify Update a webhook (rename, re-avatar, move to a different channel).
webhooks_modify_with_token Update a webhook (name + avatar only) using its token, no bot auth.