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 回答
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
专家
kentrad
已回答 2 年前
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
专家
iwasa
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则