forward_email
Forward an email to new recipients with original body, attachments, and optional comment. Subject gets 'Fwd:' prefix.
Instructions
Forward an email to new recipients: quoted original body, "Fwd:" subject, original attachments included unless includeAttachments=false. Optional comment appears above the forwarded content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Recipients, each "Name <a@x.com>" or "a@x.com" | |
| to | Yes | Recipients, each "Name <a@x.com>" or "a@x.com" | |
| comment | No | ||
| accountId | No | Account to operate on. Optional when exactly one account is connected. | |
| messageId | Yes | ||
| includeAttachments | No | Default true |