forward_email
Forward an email to new recipients with quoted original body, 'Fwd:' subject, and included attachments. Add an optional comment above; set includeAttachments=false to omit attachments.
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 |