diff --git a/Notify_twilio.md b/Notify_twilio.md index 729f53b..aa5b60a 100644 --- a/Notify_twilio.md +++ b/Notify_twilio.md @@ -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