send_email
Send email messages via AWS SES, including HTML content, CC, and BCC recipients.
Instructions
Send an email using AWS SES.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients, comma-separated. | |
| to | Yes | Recipient email address. | |
| bcc | No | BCC recipients, comma-separated. | |
| body | Yes | Email body (HTML supported). | |
| subject | Yes | Email subject line. | |
| from_email | No | Sender email address. Falls back to AWS_SES_FROM_EMAIL env var. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address | |
| subject | Yes | Email subject line | |
| success | Yes | Whether the email was sent successfully | |
| timestamp | Yes | ISO 8601 timestamp of when the email was sent | |
| message_id | Yes | AWS SES message ID |