Send email
send_emailDeliver transactional emails to a recipient using HTML, plain text, or templates with dynamic variables.
Instructions
Send a single transactional email. Provide html or text (or a template_id with variables).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address. | |
| from | No | Verified sender address, e.g. 'Name <you@yourdomain.com>'. | |
| html | No | HTML body. Optional if text or template_id is provided. | |
| text | No | Plain-text body. Optional if html or template_id is provided. | |
| subject | Yes | Email subject line. | |
| from_name | No | Display name for the sender (optional). | |
| variables | No | Key-value variables to render into the template. | |
| template_id | No | ID of a saved email template. |