--- title: 'AWS SES' description: 'Send transactional and marketing emails with Amazon Simple Email Service.' --- # 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 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 | Endpoint | Summary | |---|---| | [POST /v2/email/outbound-emails](./post_v2_email_outbound_emails_cloud_sendemail) | Send an email | | [GET /v2/email/identities](./get_v2_email_identities_cloud_listemailidentities) | List verified identities | | [POST /v2/email/identities](./post_v2_email_identities_cloud_createemailidentity) | Verify an email identity | | [GET /v2/email/templates](./get_v2_email_templates_cloud_listemailtemplates) | List email templates | | [POST /v2/email/templates](./post_v2_email_templates_cloud_createemailtemplate) | Create an email template | | [GET /v2/email/account](./get_v2_email_account_cloud_getaccount) | Get account details | | [GET /v2/email/suppression/addresses](./get_v2_email_suppression_addresses_cloud_listsuppresseddestinations) | List suppressed addresses | | [GET /v2/email/configuration-sets](./get_v2_email_configuration_sets_cloud_listconfigurationsets) | List configuration sets | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.