Updated Notify_twilio (markdown)

master
Chris Caron 2019-05-08 19:16:50 -04:00
parent b69727d55c
commit 3e90ca9ca7
1 changed files with 4 additions and 4 deletions

@ -11,15 +11,15 @@ Those who are using a Trial account will only be able to send test messages (tha
### Syntax
Valid syntaxes are as follows:
* **twilio**://**{AccountSID}**:**{AuthToken}**@**{FromPhoneNo}**/+**{PhoneNo}**
* **twilio**://**{AccountSID}**:**{AuthToken}**@**{FromPhoneNo}**/+**{PhoneNo1}**/+**{PhoneNo2}**/+**{PhoneNoN}**
* **twilio**://**{AccountSID}**:**{AuthToken}**@**{FromPhoneNo}**/**{PhoneNo}**
* **twilio**://**{AccountSID}**:**{AuthToken}**@**{FromPhoneNo}**/**{PhoneNo1}**/**{PhoneNo2}**/**{PhoneNoN}**
If no _ToPhoneNo_ is specified, then the _FromPhoneNo_ will be messaged instead; hence the following is a valid URL:
* **twilio**://**{AccountSID}**:**{AuthToken}**@**{FromPhoneNo}**/
[Short Codes](https://www.twilio.com/docs/glossary/what-is-a-short-code) are also supported but require at least 1 Target PhoneNo
* **twilio**://**{AccountSID}**:**{AuthToken}**@**{ShortCode}**/+**{PhoneNo}**
* **twilio**://**{AccountSID}**:**{AuthToken}**@**{ShortCode}**/+**{PhoneNo1}**/+**{PhoneNo2}**/+**{PhoneNoN}**
* **twilio**://**{AccountSID}**:**{AuthToken}**@**{ShortCode}**/**{PhoneNo}**
* **twilio**://**{AccountSID}**:**{AuthToken}**@**{ShortCode}**/**{PhoneNo1}**/**{PhoneNo2}**/**{PhoneNoN}**
### Parameter Breakdown
| Variable | Required | Description