Send webhook message
send_webhook_messagePost a message to a Discord webhook with optional custom username and avatar override for automated notifications or bot messages.
Instructions
Post a message through a webhook. Supports a custom username and avatar override for this message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Server (guild) name or id. Optional when the bot is in a single server or DISCORD_GUILD_ID is set. | |
| content | Yes | Message content. | |
| webhook | Yes | Webhook to send through (name or id). | |
| username | No | Override the webhook's display name for this message. | |
| avatar_url | No | Override the webhook's avatar URL for this message. |