discord_send_webhook_message
Send a message to a Discord channel via webhook. Provide webhook ID, token, and content; optionally set username, avatar, or thread.
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 |