get_email_by_id
Retrieve a specific email by its ID, including full body and headers. Supports text, HTML, or raw body format; optionally exclude body for headers/metadata only.
Instructions
Get a specific email by its ID with full body and headers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emailId | Yes | Email ID (format: folder:uid) | |
| format | No | Body format: text (default), html, or raw (both) | text |
| includeBody | No | Include email body (set false for headers/metadata only) |