Home > OS >  How to send sms to a twilio number
How to send sms to a twilio number

Time:09-24

I have configured a twilio number. Now I want to send an SMS from rest API to this twilio number. An incoming message to a twilio number. I am very new to twilio. So any help would be appreciated. Thanks

CodePudding user response:

Twilio developer evangelist here.

When you have a Twilio number you can send messages from the Twilio number using the REST API. You would normally receive messages sent to the Twilio number from users using their messaging app on their mobile device.

To understand further I recommend you follow some Twilio tutorials:

Hopefully they get you started on a path to understanding.

  • Related