Enable Digital Messaging Channels in Amazon Connect
Publication date: November 23, 2021 (Diagram history)
This reference architecture diagram shows how to add support for digital messaging channels (such as Facebook Messenger and Slack) to your contact center. It uses Amazon Connect Chat's Message Streaming APIs and serverless services on AWS.
Enable Digital Messaging Channels in Amazon Connect
-
Customer sends a message from the digital messaging channel to the webhook hosted on Amazon API Gateway.
-
API Gateway sends the message to AWS Lambda.
-
Lambda writes the chat contact context to Amazon DynamoDB.
-
If this is the first message for the contact, Lambda calls the StartChatContact, StartContactStreaming, and CreateParticipantConnection APIs. If there is an existing chat, Lambda sends the message to Amazon Connect.
-
Amazon Connect streams Agent and System messages to Amazon Simple Notification Service (Amazon SNS).
-
Amazon SNS invokes Lambda.
-
Lambda queries DynamoDB for chat contact context.
-
Lambda delivers the reply message to the customer through APIs from the source channel.
Further reading
For additional information, refer to
Diagram history
To be notified about updates to this reference architecture diagram, subscribe to the RSS feed.
| Change | Description | Date |
|---|---|---|
Initial publication | Reference architecture diagram first published. | November 23, 2021 |
Note
To subscribe to RSS updates, you must have an RSS plugin enabled for the browser you are using.