read_email
Retrieve complete email content from Zoho Mail using message and folder identifiers. Access full message bodies to read emails directly within your workflow.
Instructions
Read the full body of an email given its messageId and folderId (both returned by list_inbox and search_emails)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | Message ID from list_inbox or search_emails | |
| folderId | Yes | Folder ID from list_inbox or search_emails |