AWS SES#
Use the AWS SES node to automate work in AWS SES, and integrate AWS SES with other applications. Ensemble has built-in support for a wide range of AWS SES features, including creating, getting, deleting, sending, updating, and adding templates and emails.
On this page, you'll find a list of operations the AWS SES node supports and links to more resources.
Credentials
Refer to AWS SES credentials for guidance on setting up authentication.
Basic Operations#
- Custom Verification Email
- Create a new custom verification email template
- Delete an existing custom verification email template
- Get the custom email verification template
- Get all the existing custom verification email templates for your account
- Add an email address to the list of identities
- Update an existing custom verification email template.
- Email
- Send
- Send Template
- Template
- Create a template
- Delete a template
- Get a template
- Get all templates
- Update a template
Example Usage#
This Pathway allows you to send an email using AWS SES. This example usage Pathway would use the following two nodes. - Start - AWS SES
1. Start node#
The start node exists by default when you create a new workflow.
2. AWS SNS node#
- First of all, you'll have to enter credentials for the AWS SES node. You can find out how to do that here.
- Enter a subject for your email in the Subject field.
- Enter your message in the Body field.
- Enter the email address from which you want to send the email in the From Email field.
- Click on the Add To Email button and add your recipient email addresses.
- Click on Execute Node to run the workflow.