This function can send a text message to one or multiple numbers
1 | twilio_stateless_SMS(accountSID, auth_token, message = NULL, From, To)
|
accountSID |
Your account ID |
auth_token |
Your secret token |
message |
the message to send in a text. |
From |
The phonenumber that calls. Check Your Twilio account for the number. Make sure to include the international number. |
To |
The phone number to call. You can include multple numbers as a quoted charecter vector to sent the same message to multiple phones at the same time. Make sure to include the international number. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.