Read a message
mail_get_messageRetrieve the full content of an email message, including body text, recipients, attachment flag, and web link, along with unsubscribe options from message headers.
Instructions
Return the full content of one message (body converted to text, recipients, attachment flag, web link) plus the unsubscribe options found in its headers (https, mailto, one-click). The body is truncated at 25,000 characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Message id (from mail_search or mail_senders_summary) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| body | Yes | ||
| message | Yes | ||
| webLink | No | ||
| truncated | Yes | ||
| unsubscribe | Yes | ||
| hasAttachments | Yes |