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
preguntada hace 2 meses112 visualizaciones
1 Respuesta
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
respondido hace 2 meses
profile pictureAWS
EXPERTO
revisado hace 2 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas