email_send
Send new email messages with optional HTML formatting and file attachments. Supports CC, BCC, and custom sender addresses for project updates or any email conversation.
Instructions
Send a new email with HTML support and file attachments. Use this to send messages, project updates, or any new email conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Array of CC recipient email addresses | |
| to | Yes | Array of recipient email addresses | |
| bcc | No | Array of BCC recipient email addresses | |
| body | Yes | Email body content (can be plain text or HTML) | |
| subject | Yes | Email subject line | |
| body_type | No | Body format: 'plain' for plain text or 'html' for HTML content | html |
| from_email | No | Optional sender address. When sender_emails is configured for the account, the address must be in that allowlist. | |
| attachments | No | Array of file attachments | |
| account_name | No | Name of the email account to use |