create_forward_draft
Create a forward draft from an existing email, pre-filling the original message as quoted content for review before sending. Returns a draft ID for later update or send.
Instructions
Create a forward draft for an existing email, pre-filling the original message as quoted body. Use when you have an emailId and want to stage a forward for review before sending. Prefer forward_email to send immediately without saving. Returns a draftId for later update or send via send_draft.
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 | Store body as HTML. | |
| cc | No | CC recipients, comma-separated. | |
| bcc | No | BCC recipients, comma-separated. | |
| notes | No | Optional local note for the draft. | |
| syncToRemote | No | Whether to sync the draft to the Proton Drafts mailbox when IMAP is available. | |
| attachments | No | Attachments with base64 encoded content. |