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:
- Here is a quickstart guide for sending and receiving SMS with Twilio
- A guide on sending SMS messages with Twilio
- The API's Message resource reference
- An overview of TwiML and receiving messages sent to your Twilio number
Hopefully they get you started on a path to understanding.