Last Updated: Feb 14, 2022
Use this function to send a message to the verified number.
Send Message (token, account_sid, from_number, to_number, message_body)
Input Parameter Name | Description |
---|---|
token | Used for authentication |
account_sid | Used for authentication |
from_number | Twilio registered number to make a call |
to_number | Twilio registered number to connect a call |
message_body | Message to be sent |
To know more about token and account_sid, click here.
Return Value | Description |
---|---|
Output |
|
Send Message (ABCDCEF, QWERTY, +911234567890, +910987654321, Hello)
To view all the Twilio functions, click here.