Send SES Email
The Amazon Simple Email Service (SES) provides an email solution that is easy to integrate and provides very quick sends suitable for time sensitive emails including password resets and order confirmations.
Before starting any integration read through the “Quick Start” guide for SES below:
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/quick-start.html
You will need to make sure you are not in the SES sandbox if you want to send production volumes of emails.
Input Data
Field | Description | Example |
---|---|---|
toEmailAddress | The Email Address where the email message should be sent | BWhite@alterian.com |
htmlBody | This field will form the Email message. This will be created with the Message Builder or the Build Message Public Templates. | Thank you for signing up to Alterian, reply with “Whitepaper” to get our latest Whitpaper. |
emailSubject | Email Subject line | Welcome to Acadian Travel |
fromEmailAddress | From Email Address | Acadian Travel |
Configuration
To use the Send SES Emails Public Template simply add your etails to the parameters configuration screen. We would recommend these are setup as a Confidential Global Parameters so the values do not show once entered.
Field | Description | Example |
---|---|---|
AwsSESAccessKey | An AWS Access Key linked to a user who has access to the “SendMail” feature of SES |
|
AwsSESRegion | The region which contains the SES account from which you would like to send | eu-west-1 |
AwsSESSecretKey | The secret key for the access key | 342rweer34534sds5555 |
LogSesResults | If you want to log the results of the send, change this to "Y" | Y |
Processing
The Public Tempate will take the Message and emails addressprovided and attempt to sent the message. Depending on the succeess of the send the Public Template will provide results allowing cofirmation that the send was successful and the opportunity to try again or use an alternative channel if not.
Output Data
Output Data is the same as the Input values.