gmail_forward
Forward an existing email to new recipients by providing the original message ID, recipient addresses, and optional prepended body or attachments.
Instructions
Forward an email to new recipients. Use gmail_read first to get the original message content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients, comma-separated. | |
| to | Yes | Recipient email address(es), comma-separated. | |
| bcc | No | BCC recipients, comma-separated. | |
| body | Yes | Body content to prepend before the forwarded message. | |
| Yes | The Gmail address to forward from. | ||
| subject | Yes | Subject of the forwarded email (usually 'Fwd: <original subject>'). | |
| attachments | No | Additional files to attach. | |
| contentType | No | Content format for the prepended body. | |
| originalMessageId | Yes | The Gmail message ID of the email to forward (from gmail_search or gmail_read). |