Skip to main content

Send Template Email

Overview


Sends a templated email over the AWS simple email service.

Input

Connection

NameRequiredDescription
ConnectionAWS Connection.
FromThe email address of the sender.

Recipients

NameRequiredDescription
ToSemicolon separated string of recipient email addresses.
CcSemicolon separated string of carbon copy recipient email addresses.
BccSemicolon separated string of blind carbon copy recipient email addresses.

Email

NameRequiredDescription
Template NameThe name of the email template. This is relative to the region and acount ID.
Template DataJSON 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

NameRequiredDescription
Maximum RetriesThe 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

NameRequiredDescription
Action SuccessTrue 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.|