Skip to main content

Create custom verification email in AWS SES

Create custom verification email in AWS SES.

Application

  • AWS SES

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected AccountThe connected account to use for the requestConnected AccountYes
From emailThe email address that the custom verification email is sent fromEmailYes
Template nameThe name of the custom verification email templateText (Short)No
Template contentThe content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTMLText (Long)No
Template subjectThe subject line of the custom verification emailText (Short)Yes
Success redirection URLThe URL that the recipient of the verification email is sent to if his or her address is successfully verifiedLinkYes
Failure redirection URLThe URL that the recipient of the verification email is sent to if his or her address is not successfully verifiedLinkYes

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A