Skip to content

AWS SES ​

Send transactional and marketing emails with Amazon Simple Email Service.

DetailValue
CategoryCloud & Infra
Base URLhttps://email.us-east-1.amazonaws.com/v2
AuthenticationAPI Key
Endpoints8
Connector keyaws-ses

Using AWS SES in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick AWS SES from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /v2/email/outbound-emailsSend an email
GET /v2/email/identitiesList verified identities
POST /v2/email/identitiesVerify an email identity
GET /v2/email/templatesList email templates
POST /v2/email/templatesCreate an email template
GET /v2/email/accountGet account details
GET /v2/email/suppression/addressesList suppressed addresses
GET /v2/email/configuration-setsList configuration sets

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.