Local Measure Engage provides full email routing capabilities for Amazon Connect. A key benefit is that all emails are routed via Amazon Connect - and not brought into the agent desktop on the side - which means that all queue and agents reports are also available for the email channel.
Prerequisites
- Amazon Simple Email Services (SES) being configured correctly
- The Local Measure Engage CloudFormation stack having been deployed with the required information specified
- A Distribution flow having been specified in Local Measure Engage
Auto-replies
Some organizations require auto-replies to be sent to clients in order to acknowledge receipt of emails. This can be achieved by using a Lambda Function in the contact flow - which is used to route email - to send an email.
The below Python code snippet shows an example of how this can be achieved using Lambda:
Note that the above is merely a snippet to get you started and that it will require updates.
The above lambda can be invoked from a contact flow as illustrated below:

Another option would be to configure email templates in SES and change the lambda code to use a template in order to send the auto reply. This section in the SES admin guide provides the details on using email templates.