hey_forward
Forward an existing email to new recipients, adding an optional message above the forwarded content. The original thread stays unchanged.
Instructions
Forward an existing email to new recipients immediately. The original thread remains unchanged. Returns {success, error?}. Use instead of hey_send_email when sharing existing content; use hey_reply for responding within a thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_id | Yes | The entry ID of the email to forward | |
| to | Yes | List of recipient email addresses | |
| cc | No | List of CC recipient email addresses | |
| bcc | No | List of BCC recipient email addresses | |
| body | No | Optional message to include above the forwarded content |