send_email
Send emails via Resend API with configurable sender, to, cc, bcc, subject, HTML/text body, reply-to, and scheduling. This allows AI assistants to deliver transactional emails directly.
Instructions
Send an email via Resend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients | |
| to | Yes | Recipient email addresses (max 50) | |
| bcc | No | BCC recipients | |
| html | No | HTML body content | |
| text | No | Plain text body (auto-generated from HTML if omitted) | |
| subject | Yes | Email subject line | |
| reply_to | No | Reply-to addresses | |
| from_address | Yes | Sender email (e.g. "Name <email@domain.com>") | |
| scheduled_at | No | Schedule delivery (ISO 8601 or natural language) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Email ID |