execute_webhook
Send Discord messages via webhook using the provided webhook ID and token, with optional message content up to 2000 characters.
Instructions
Discord Webhookを実行してメッセージを送信します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | 送信するメッセージの内容(最大2000文字) | |
| webhookId | Yes | WebhookのID | |
| webhookToken | Yes | Webhookのトークン |