send_webhook_message
Send a message to a Discord channel using a webhook, with optional custom display name.
Instructions
Send a message via a webhook
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ||
| webhook_id | Yes | ||
| content | Yes | Message content (max 2000 chars) | |
| username | No | Override the webhook display name (optional) |