Forward Email
forward_emailForward an email to a new recipient while preserving original headers and including the message as quoted content. Optionally add a custom message before the forwarded content.
Instructions
Forward an email to a new recipient. Original message is included as quoted content. Standard email headers (From, Date, Subject) are preserved in the forward body. Optionally prepend a message before the forwarded content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emailId | Yes | UID of the email to forward | |
| folder | No | Folder the original message lives in. Providing this avoids UID collisions across folders. | |
| to | Yes | Recipient address(es), comma-separated | |
| message | No | Optional message to prepend before the forwarded content |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| messageId | No | ||
| reason | No |