Email Delivery Integration
Overview
Powered by Amazon SES (Simple Email Service) you can send a basic Text or HTML email.
Appended Fields
ActiveProspect will append the following data to your lead.
Appended Field | Description |
---|---|
Outcome | Was the email sent? ('success' or 'error') |
Reason | email not sent |
RequestId | The unique request id from AWS ses provided on successful send |
Custom Input Variables
The following are configuration options (typically not collected with lead data).
Variable | Description |
---|---|
To Email | To addresses, separated by commas; a maximum of 5 email addresses are allowed |
Cc | CC addresses, separated by commas; a maximum of 5 email addresses are allowed |
Bcc | BCC addresses, separated by commas; a maximum of 5 email addresses are allowed |
Subject | Email subject |
Sender Name | Email sender name |
Text | Template for plain text email body |
Html | Template for HTML email body |
Extra field name to include in the email | |
Timeout Seconds | Produce an "error" outcome if the server fails to respond within this number of seconds (default: 360) |