AWS SES ​
Send transactional and marketing emails with Amazon Simple Email Service.
| Detail | Value |
|---|---|
| Category | Cloud & Infra |
| Base URL | https://email.us-east-1.amazonaws.com/v2 |
| Authentication | API Key |
| Endpoints | 8 |
| Connector key | aws-ses |
Using AWS SES in a workflow ​
- Go to Connections and click New Connection.
- Pick AWS SES from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /v2/email/outbound-emails | Send an email |
| GET /v2/email/identities | List verified identities |
| POST /v2/email/identities | Verify an email identity |
| GET /v2/email/templates | List email templates |
| POST /v2/email/templates | Create an email template |
| GET /v2/email/account | Get account details |
| GET /v2/email/suppression/addresses | List suppressed addresses |
| GET /v2/email/configuration-sets | List configuration sets |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.