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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南