Send from Mailbox
send_from_mailboxSend emails from your agent mailbox with HTML/text content, CC/BCC support, and scheduled sending capabilities.
Instructions
Send an email from your agent mailbox. The 'from' address is automatically set to your mailbox address (x-inbound-mailbox header). Supports HTML/text content, CC/BCC, and scheduled sending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address(es) | |
| subject | Yes | Email subject line | |
| html | No | HTML content of the email | |
| text | No | Plain text content of the email | |
| cc | No | CC recipient email address(es) | |
| bcc | No | BCC recipient email address(es) | |
| scheduled_at | No | ISO 8601 date or natural language time to schedule email (e.g., 'tomorrow at 9am') | |
| timezone | No | Timezone for natural language scheduling (e.g., 'America/New_York') |