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 個月前檢視次數 113 次
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 個月前

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

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

回答問題指南