aws_ses_send_email
Send emails through AWS Simple Email Service (SES) with configurable sender, recipients, subject, and body content using your AWS credentials.
Instructions
Send an email via SES. Blocked in --readonly mode.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| source | Yes | Sender email address (must be verified in SES) | |
| to_addresses | Yes | Recipient email addresses | |
| subject | Yes | Email subject | |
| body_text | Yes | Plain text body | |
| body_html | No | HTML body (optional) | |
| cc_addresses | No | CC email addresses |