Send Template Email
Sends a templated email over the AWS simple email service.

Input
Connection
| Name | Required | Description |
|---|---|---|
| Connection | AWS Connection. | |
| From | The email address of the sender. |
Recipients
| Name | Required | Description |
|---|---|---|
| To | Semicolon separated string of recipient email addresses. | |
| Cc | Semicolon separated string of carbon copy recipient email addresses. | |
| Bcc | Semicolon separated string of blind carbon copy recipient email addresses. |
Email
| Name | Required | Description |
|---|---|---|
| Template Name | The name of the email template. This is relative to the region and acount ID. | |
| Template Data | JSON string that contains key-value pairs. The keys correspond to the variables in the template. The values represent the content that replaces the variables in the email. |
Advanced Options
| Name | Required | Description |
|---|---|---|
| Maximum Retries | The maximum number of retries that this action will attempt when encountering errors. | |
| Initial Backoff Delay (ms) | The initial delay between retries in milliseconds. This will increase expenonentially with each retry and is also increased or decreased by a random factor. |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. |
|Message ID| |Unique identifier generated when the message request is accepted by the AWS simple email service.| |Request ID| |ID that uniquely identifies a request.| |Request Success| |Success status of the HTTP response.| |Status Code| |Status code of the HTTP response.|