forward_email
Forward an existing email to new recipients, adding an optional note or attachments, by specifying the message ID and target addresses.
Instructions
Forward an existing email to new recipient(s).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | New recipient email address or list of addresses. | |
| folder | No | The folder where the original email is located (default: 'INBOX'). | INBOX |
| message_id | Yes | The ID of the email to forward. | |
| attachments | No | Optional additional file paths to attach. | |
| additional_message | No | Optional note or comment to precede the forwarded message. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Status description message | |
| success | Yes | Whether sending succeeded | |
| message_id | No | Generated Message-ID | |
| recipients | No | List of recipient addresses |