get_email_content
Retrieve the full content of a specific email by providing account, folder, and message IDs. Optionally include block content for detailed parsing.
Instructions
Get email content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| account_id | Yes | ||
| message_id | Yes | ||
| include_block_content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response data | |
| error | No | Error message if any | |
| success | Yes | Whether the operation was successful | |
| status_code | No | HTTP status code |