hey_read_email
Retrieve the full content of an email by its ID. Supports HTML or text format with optional cache bypass.
Instructions
Read the full content of an email by ID. Returns cached content unless force_refresh=true. Response includes attachments (metadata only - id, filename, size, mime, is_calendar) and calendar_invites (parsed .ics summaries) when present. Use hey_download_attachment or hey_get_calendar_invite to retrieve content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The email ID to read | |
| format | No | Format to return (default: html) | |
| force_refresh | No | Bypass cache and fetch fresh data (default: false) |