send_email
Send transactional emails with specified sender, recipients, subject, and HTML or plain text body. Use to trigger notifications or updates directly from AI tools.
Instructions
Send a transactional email via Tratto
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address or array of addresses | |
| from | Yes | Sender address (must be verified domain) | |
| html | No | HTML body | |
| text | No | Plain text body (fallback) | |
| subject | Yes | Email subject |