send_email
Send transactional emails with HTML, plain text, optional CC, BCC, reply-to, headers, and scheduling. Specify sender, recipients, subject, and body.
Instructions
Send a transactional email via Resend
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Sender address (e.g. 'Acme <noreply@acme.com>') | |
| to | Yes | Recipient address(es) | |
| subject | Yes | Email subject line | |
| html | No | HTML body | |
| text | No | Plain text body | |
| cc | No | Cc address(es) | |
| bcc | No | Bcc address(es) | |
| reply_to | No | Reply-To address(es) | |
| scheduled_at | No | ISO 8601 datetime to schedule the email | |
| headers | No | Custom headers as key/value pairs |