forward_email
Forward an existing email to new recipients immediately, preserving attachments and optionally adding a note before the forwarded content.
Instructions
Immediately forward an existing email to new recipients, preserving original attachments and prepending an optional note. Use when you have an emailId and want to re-route the message without review. Prefer create_forward_draft to stage a forward for review first. Requires PROTONMAIL_ALLOW_SEND.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emailId | Yes | Original email id. | |
| to | Yes | Forward recipient list, comma-separated. | |
| body | No | Optional message before the forwarded content. | |
| isHtml | No | Send body as HTML. | |
| cc | No | CC recipients, comma-separated. | |
| bcc | No | BCC recipients, comma-separated. | |
| attachments | No | Attachments with base64 encoded content. |