Skip to main content

Amazon SES Connector

Amazon SES Send Emails through Amazon (AWS) SES

Connections

AWS Role ARN

Connect to AWS using an assumed role

InputCommentsDefault
Role ARNAn AWS IAM Role ARN
Access Key IDAn AWS IAM Access Key ID
Secret Access KeyAn AWS IAM Secret Access Key

AWS SES Access Key and Secret

Authenticates requests to Amazon SES using an API Key and API Secret

InputCommentsDefault
Access Key IDAn AWS IAM Access Key ID
Secret Access KeyAn AWS IAM Secret Access Key

Actions

List Identities

List Identities available in Amazon SES

InputCommentsDefault
AWS RegionAWS provides services in multiple regions, like us-west-2 or eu-west-1.
Identity TypeProvide the type of identity you want to list.EmailAddress
Next TokenSpecify the pagination token that's returned by a previous request to retrieve the next page of results
Connection

Send Email

Send an email through Amazon SES

InputCommentsDefault
AWS RegionAWS provides services in multiple regions, like us-west-2 or eu-west-1.
To AddressThe destination for this email. The recipients to place on the To: line of the message.
Cc AddressThe destination for this email. The recipients to place on the CC: line of the message.
Bcc AddressThe destination for this email. The recipients to place on the BCC: line of the message.
Sender EmailThe email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
Reply ToThe reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
SubjectThe subject of the message: A short summary of the content, which will appear in the recipient's inbox.
TextThe content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).
HtmlThe content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.
AttachmentsSpecify a file name as the key (i.e. 'my-file.pdf'), and the file as the value
Connection