create_forward_draft
Stage a forward draft for an existing email with quoted body and attachments, returning a draftId to review before sending.
Instructions
Create a forward draft for an existing email, pre-filling the original message as quoted body and preserving its attachments. 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 |
|---|---|---|---|
| cc | No | CC recipients, comma-separated. | |
| to | Yes | Forward recipient list, comma-separated. | |
| bcc | No | BCC recipients, comma-separated. | |
| body | No | Optional message before the forwarded content. | |
| from | No | Store this draft under this address instead of the Bridge login's default (e.g. an additional configured account address). Falls back to the primary account if the address isn't a configured account. | |
| notes | No | Optional local note for the draft. | |
| isHtml | No | Store body as HTML. | |
| emailId | Yes | Original email id. | |
| attachments | No | Attachments with base64 encoded content. | |
| syncToRemote | No | Whether to sync the draft to the Proton Drafts mailbox when IMAP is available. | |
| includeAttachments | No | Include the original email's attachments in the draft. |