read_attachment
Read the text content of text-based email attachments inline. Supports .txt, .csv, .json, .html, .md, .xml, .log files.
Instructions
Read the text content of a text-based attachment inline. Supported types: .txt, .csv, .json, .html, .md, .xml, .log. Use save_attachment for binary files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | The numeric ID of the message | |
| mailboxName | Yes | The name of the mailbox containing the message | |
| accountName | Yes | The name of the account containing the mailbox | |
| attachmentName | Yes | The name of the attachment to read |