discord_send_webhook_message
Send a message to any Discord channel using a webhook. Specify webhook ID, token, and optional thread, username, or avatar.
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 |