Enable Two-Way SMS in Amazon Connect
Publication date: November 23, 2021 (Diagram history)
This reference architecture diagram shows how to add SMS support to your contact center. It uses Amazon Connect Chat's Message Streaming APIs and Amazon Pinpoint two-way SMS.
Enable Two-Way SMS in Amazon Connect
-
Customer sends a text message to the Amazon Pinpoint phone number.
-
Amazon Pinpoint publishes the message to Amazon Simple Notification Service (Amazon SNS).
-
Amazon SNS invokes AWS Lambda.
-
Lambda queries Amazon DynamoDB for the chat contact context.
-
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 SNS.
-
Amazon SNS invokes Lambda.
-
Lambda queries DynamoDB for chat contact context.
-
Lambda invokes the Amazon Pinpoint SendMessage API to send the text message.
-
Amazon Pinpoint delivers the reply message to the customer through SMS.
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.