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개 답변
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
답변함 9달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠