forward-email
Forward an email with attachments to new recipients, optionally adding a subject prefix, additional message, or CC recipients.
Instructions
Forward an email with its attachments to new recipients. Required fields: email_id and recipients (to). Optional: subject_prefix, additional_message, and CC recipients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | Yes | The ID of the email to forward | |
| to | Yes | List of recipient email addresses | |
| subject_prefix | No | Prefix to add to the original subject (default: 'Fwd: ') | Fwd: |
| additional_message | No | Optional message to add before the forwarded content | |
| cc | No | List of CC recipient email addresses (optional) |