AWS Simple Email Service (SES)
Discover more about the AWS Simple Email Service (SES) connector and how to use it on the Digibee Integration Platform.
AWS Simple Email Service (SES) integrates with Amazon SES and enables applications to send and receive email using Amazon’s scalable email service.
Parameters
Take a look at the configuration parameters for the connector. Parameters supported by Double Braces expressions are marked with (DB)
.
Authentication tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Account | Account to be used. It must be an AWS V4 account type. | N/A | String |
Region | The region in which the SES client must operate. | AWS Global | String |
From | The sender’s email address. | N/A | String |
To | The destination email addresses, separated by commas. | N/A | String |
Bcc | The destination Blind Carbon Copy (BCC) email addresses, separated by commas. | N/A | String |
Cc | The destination Carbon Copy (CC) email addresses, separated by commas. | N/A | String |
Subject | The subject of the message. | N/A | String |
Body | The content of the message. | N/A | String |
Fail On Error | If the option is activated, the pipeline's execution with an error will be interrupted. Otherwise, the pipeline execution proceeds, but the result will show a false value for the "success" property. | False | Boolean |
Advanced tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Return Path | The email address to which bounce notifications are to be forwarded | N/A | String |
Reply To Addresses | The email addresses to which replies should be sent, separated by commas. | N/A | String |
Html Email | When activated, understands that the content of the email is HTML. | False | Boolean |
Configuration Set | The configuration set to be sent. | N/A | String |
Documentation tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Documentation | Section for documenting any necessary information about the connector configuration and business rules. | N/A | String |
Last updated