email.transactional.send
Send transactional emails with plain text or HTML content to multiple recipients, including reply-to functionality, using verified sender domains.
Instructions
Send transactional email — plain text or HTML body, multiple recipients, reply-to. Requires verified sender domain. 3,000 free emails/month (Resend)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address(es) — single email or array of emails | |
| subject | Yes | Email subject line | |
| text | No | Plain text email body | |
| html | No | HTML email body (alternative to text) | |
| from | No | Sender email (default: noreply@apibase.pro). Must be a verified domain. | |
| reply_to | No | Reply-to email address |