get_message
Retrieve the full content of a specific email message, including the HTML body and attachments metadata, using a session token and message ID.
Instructions
Retrieve the full content of a specific message, including the HTML body and attachments metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sid_token | Yes | The session token returned by generate_email. | |
| message_id | Yes | The message ID from check_inbox. |