Send webhook message
send_webhook_messageSends a Discord message via a webhook, optionally with a custom name and avatar, while suppressing @mentions.
Instructions
Post through a webhook with an optional display name and avatar override. Mentions are suppressed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook | Yes | Webhook name or ID. | |
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| content | No | ||
| embeds | No | Up to 10 embeds. | |
| username_override | No | ||
| avatar_url_override | No |