hey_send_email
Send a new email immediately, bypassing the draft stage. Returns success or error for standalone outbound messages.
Instructions
Send a new email immediately (no draft stage). Returns {success, error?}. Use for standalone outbound messages; use hey_reply for thread responses, or hey_forward to share existing emails with new recipients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | List of recipient email addresses | |
| subject | Yes | Email subject line | |
| body | Yes | Email body content (HTML supported) | |
| cc | No | List of CC recipient email addresses |