discord_send_webhook_message
Send a message to a Discord channel by providing webhook ID, token, and content. Customize username, avatar, and thread for targeted notifications.
Instructions
Sends a message to a Discord channel using a webhook
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| threadId | No | ||
| username | No | ||
| avatarURL | No | ||
| webhookId | Yes | ||
| webhookToken | Yes |