send_email
Send an email with optional attachments, plain text or HTML content. Specify recipient and subject; attachments limited to 5MB each, 10MB total.
Instructions
Send an email with optional attachments. If inbox_id is omitted, uses the default inbox. Attachments: pass an array of { filename, content (base64), content_type }. Max 5MB per file, 10MB total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inbox_id | No | Inbox ID to send from (optional, uses default inbox) | |
| to | Yes | Recipient email address | |
| subject | Yes | Email subject | |
| text | No | Plain text body | |
| html | No | HTML body | |
| attachments | No | File attachments (max 5MB each, 10MB total) |