Forward Email
Forwards an email to a recipient address using the Nylas API

Input
Connection
| Name | Required | Description |
|---|---|---|
| Connection | Nylas API Connection |
Recipients
| Name | Required | Description |
|---|---|---|
| To | Email addresses of the recipients (Semicolon separated). | |
| Cc | Email addresses of the carbon copy recipients (Semicolon separated). | |
| Bcc | Email addresses of the blind carbon copy recipients (Semicolon separated). |
Email
| Name | Required | Description |
|---|---|---|
| Message ID | The Message ID of the email. | |
| Subject | The Subject of the email. Leave blank to inherit subject from the email. | |
| Include Attachments | If enabled, attachments from the original email will be included in the forwarded email. |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. |