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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠