Forward a message
forward_messageForward emails with attachments directly from your mailbox, bypassing chat file transfers. Add an optional comment above the forwarded text, send to allowlisted recipients, or save as draft.
Instructions
Forwards a message including all its attachments, without the files passing through the chat. Optional comment goes above the forwarded text. Recipients must match send_allowlist; with as_draft the forward is saved to Drafts instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| uid | Yes | ||
| folder | No | Folder/label path. Defaults to All Mail on Gmail, INBOX elsewhere. | |
| account | Yes | Account id from list_accounts | |
| comment | No | Text to put above the forwarded message | |
| subject | No | Defaults to "Fwd: <original subject>" | |
| as_draft | No | Save to Drafts instead of sending | |
| include_attachments | No | Default true |