Two-way SMS Communication

0

I need to create Two-way SMS task in AWS. where I can send a message from AWS to client/User. In the response Client/User can send response in limited time. For Example, If I am sending message to Multiple User. "Hello AWS, Would you like to come for Movie ? Please response Yes for Accepted, Yes with Time for Coming for specific time. With above message User can replay Yes or Yes 1500-1700.

The Only thing, With help of AWS Lambda I want to build this kind of messaging service.

1 Answer
1

Based on the country and regulations, you need to have an originating number and configure two-way SMS in AWS Pinpoint: https://docs.aws.amazon.com/pinpoint/latest/userguide/settings-sms-managing.html#channels-sms-two-way-configure.

You can use AWS Pinpoint campaigns or journey or transactional API directly. References: https://docs.aws.amazon.com/pinpoint/latest/userguide/campaigns.html https://docs.aws.amazon.com/pinpoint/latest/userguide/journeys.html https://docs.aws.amazon.com/pinpoint/latest/developerguide/send-messages-sms.html

All incoming replies from users are sent to a SNS topic, where you can configure Lambda to receive them and process them. One example for your reference is here https://github.com/aws-samples/amazon-pinpoint-interactive-sms-multilingual

AWS
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions