send_email
Send transactional email instantly or schedule delivery with relative phrases like 'in 3 days' or ISO timestamps, using a verified sender domain.
Instructions
Send a transactional email, immediately or scheduled. Use scheduled_at with a relative phrase like 'in 3 days' or an ISO timestamp. The From domain must already be verified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address | |
| from | Yes | Sender address on a verified domain, e.g. 'Team <team@mail.example.com>' | |
| html | No | HTML body; provide html, text, or both | |
| text | No | ||
| subject | Yes | ||
| scheduled_at | No | 'in 3 days' or an ISO 8601 timestamp |