send_webhook_message
Send automated messages to Discord channels using webhooks to post notifications, alerts, or updates directly from external systems.
Instructions
Send a message using a webhook
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhookId | Yes | The ID of the webhook | |
| webhookToken | Yes | The token of the webhook | |
| content | No | The message content | |
| username | No | Override the webhook username | |
| avatarUrl | No | Override the webhook avatar | |
| threadId | No | Send to a specific thread |