How do I send a text message?

0

I want to test uploading a list of names and numbers to send a text message to test?

SNI
質問済み 2ヶ月前112ビュー
1回答
1

To send a test text message using SNS, here are the basic steps:

  1. First, you need to create an Amazon SNS topic that delivers messages via SMS. In the SNS console, go to Topics and create a new Standard type topic - Create topic

  2. Create an SNS subscription to that topic using the SMS protocol. Enter a phone number that can receive texts. Make sure the number includes country code and area code without any other characters - Create subscription

  3. You can now test the SMS notification by sending a test message from the SNS console. The subscribed phone will receive the test text.

Or

To send messages programmatically, you can publish to the SNS topic using the Publish API or SDKs. The message will be delivered as a text to the subscribed number. For more information, click here Publish API

Reference: Adding and verifying phone numbers in the SMS sandbox

AWS
回答済み 2ヶ月前
profile pictureAWS
エキスパート
レビュー済み 2ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ