The best AWS service for sending SMS via REST API calls

0

I would like to use an AWS service. I have several thousand phone numbers. This application must be able to send WEB REST API calls to a service (AWS) to send SMS. I had thought of SNS. Is this the right service for sending SMS to non verified destination phone numbers? Thank you

2 Answers
1

SNS is the right service where you can make an API call to publish a message to a topic and subscribers to that topic can be SMS clients. However, you will need to go through a sandbox phase before getting full access to the service. See Mobile text messaging (SMS).

profile pictureAWS
EXPERT
kentrad
answered 2 years ago
1

Hi.

You can use SNS to send SMS messages to unidentified users.
There is a caution. The following pages provide notes on sending unsolicited messages within best practices. Please comply with this.

https://docs.aws.amazon.com/ja_jp/sns/latest/dg/channels-sms-best-practices.html

And how do you manage thousands of phone numbers?
In addition to simply sending, you may be able to take advantage of Amazon Pinpoint for scenarios that require segmentation or workflow.

profile picture
EXPERT
iwasa
answered 2 years 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