forward_email
Forward an existing Gmail message to new recipients with an optional note. Supports CC and HTML formatting for the note.
Instructions
Forward an existing email to new recipients, optionally adding a note above the original message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Gmail message ID to forward | |
| to | Yes | Forward recipient(s) | |
| note | No | Optional note to prepend above the forwarded message | |
| cc | No | CC recipients | |
| isHtml | No | Set true if note is HTML |