sendook_get_message
Retrieve full email message details including subject, body, labels, and timestamps from a specified inbox and message ID.
Instructions
Get full details of a specific message.
Returns complete message content including subject, body (text and HTML), labels, and timestamps.
Args: params: GetMessageInput containing: - inbox_id: Inbox containing the message - message_id: Message to retrieve - response_format: 'markdown' or 'json'
Returns: str: Full message details in requested format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |