discord_fetch_webhook_message
Retrieve a single message sent through a webhook by providing the webhook's ID, token, and message ID. Read-only access to message content, embed count, and timestamp.
Instructions
Fetch a single message sent through a webhook (id, content, embed count, timestamp), using the webhook's ID and token. Read-only. Requires the original webhook token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ID of the webhook message to fetch. | |
| webhook_id | Yes | ID (snowflake) of the webhook that sent the message. | |
| webhook_token | Yes | Secret token of the webhook. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| embeds | Yes | ||
| content | Yes | ||
| timestamp | Yes |