send_email
Send emails from ClawAIMail's default or specified inboxes, requiring only recipient and subject fields to dispatch messages with optional text or HTML content.
Instructions
Send an email. If inbox_id is omitted, uses the default inbox (auto-created if needed).
Input Schema
TableJSON 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 |