hey_forward
Forward an existing email to new recipients in one step, preserving the original thread. Use this to share content instead of composing a new message.
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 |