mail_forward_email
Forward an email to one or more recipients, preserving the original content. Optionally prepend introductory text and select a sender identity.
Instructions
Forward an email to one or more recipients, preserving the original content.
Args: email_id: ID of the email to forward. to: List of recipient email addresses. text_body: Optional introductory text prepended before the quoted original. identity_id: Sender identity ID; auto-selects first if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | Yes | ||
| to | Yes | ||
| text_body | No | ||
| identity_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |