forward
Relay an existing email to new recipients, retaining its attachments and adding an optional note or extra files. Choose immediate send or save as draft.
Instructions
Forward a message to new recipients, carrying its original attachments. Optional intro note via body. Sends immediately unless draft=true. Can add further local file attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address(es) to forward to. | |
| uid | Yes | The message to forward. | |
| body | No | An optional plain-text note above the forwarded message. | |
| html | No | An optional HTML note above the forwarded message. | |
| draft | No | Save to Drafts instead of sending (default false). | |
| mailbox | No | The mailbox the uid belongs to (default "INBOX"). | |
| attachments | No | Local file paths to attach — absolute, or relative to the working directory (e.g. "./report.pdf" from the project you're in). A leading ~ is expanded. |