Customize chat with the Amazon Connect open source example
You can further customize the chat experience customers use to interact with agents.
Use the Amazon Connect open source library
-
The GitHub repository links to a CloudFormation template, which starts the Amazon API Gateway endpoint that initiates a Lambda function. You can use this template as an example.
-
After you create the AWS CloudFormation stack, you can call this API from your app, import the pre-built communications widget, pass the response to the widget, and start chatting.
For more information about customizing the chat experience, see:
-
Amazon Connect Service API Documentation, especially the StartChatConnect API.
-
Amazon Connect Streams
. Use to integrate your existing apps with Amazon Connect. You can embed the Contact Control Panel (CCP) components into your app.