- Newest
- Most votes
- Most comments
Amazon Connect does not have the built-in capabilities to directly send messages to a local machine. Amazon Connect is designed to interact with AWS services like Lambda, API Gateway, and other AWS services. In order for messages to be sent from Connect to a local machine, you would need a solution where Amazon Connect communicates with an AWS service and then that service forwards the message to your local machine.
There are a couple of different ways to approach this. You would start in Amazon Connect and create a contact flow that uses an AWS Lambda function or an HTTP request via API Gateway.
Depending on which method you choose, create an API Gateway endpoint or a Lambda function that forwards requests to your local machine. Do whatever setup is required to set up a local server if you have not already, ensure that your local machine can accept HTTP requests and that your firewall allows incoming connections on your specified port.
Either of these setups allow you to leverage your existing local infrastructure while integrating with Amazon Connect.
In Amazon Connect, configure the contact flow to invoke the Lambda function or make the HTTP request to the API gateway method.
Amazon Connect Administrator Guide
Relevant content
- asked 10 months ago
- asked 3 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 months ago