forward_email
Forward existing iCloud emails to recipients with optional notes, preserving original content in a forwarded message format.
Instructions
Forward an existing email to one or more recipients. Fetches the original email body and includes it as a forwarded message block. Supports plain text and/or HTML note.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | UID of the email to forward | |
| to | Yes | Recipient(s) to forward to, comma-separated or array | |
| note | No | Optional plain text note to prepend before the forwarded message | |
| html | No | Optional HTML note to prepend (overrides plain text note for HTML rendering) | |
| mailbox | No | Mailbox containing the original email (default INBOX) | |
| cc | No | CC recipients |