Updated Notify_twilio (markdown)

master
Chris Caron 2019-05-09 09:10:05 -04:00
parent 3e90ca9ca7
commit 12e7b405a8
1 changed files with 2 additions and 2 deletions

@ -7,7 +7,7 @@
### Account Setup
To use Twilio, you will need to acquire your _Account SID_ and _Auth Token_. Both of these are accessible via the [Twilio Dashboard](https://www.twilio.com/console).
Those who are using a Trial account will only be able to send test messages (that won't actually send out). You can use URLs such as:
You'll need to have a number defined as an Active Number ([from your dashboard here](https://www.twilio.com/console/phone-numbers/incoming)). This will become your **{FromPhoneNo}** when identifying the details below.
### Syntax
Valid syntaxes are as follows:
@ -26,7 +26,7 @@ If no _ToPhoneNo_ is specified, then the _FromPhoneNo_ will be messaged instead;
| --------------- | -------- | -----------
| AccountSID | Yes | The _Account SID_ associated with your Twilio account. This is available to you via the Twilio Dashboard.
| AuthToken | Yes | The _Auth Token_ associated with your Twilio account. This is available to you via the Twilio Dashboard.
| FromPhoneNo | **\*No** | The Phone Number associated with your Twilio account you wish the SMS message to come from. It must be a number registered with Twilio. As an alternative to the **FromPhoneNo**, you may provide a [ShortCode](https://www.twilio.com/docs/glossary/what-is-a-short-code) instead. The phone number MUST include the country codes dialling prefix as well when placed. This field is also very friendly and supports brackets, spaces and hyphens in the event you want to format the number in an easy to read fashion.
| FromPhoneNo | **\*No** | The [Active Phone Number](https://www.twilio.com/console/phone-numbers/incoming) associated with your Twilio account you wish the SMS message to come from. It must be a number registered with Twilio. As an alternative to the **FromPhoneNo**, you may provide a [ShortCode](https://www.twilio.com/docs/glossary/what-is-a-short-code) instead. The phone number MUST include the country codes dialling prefix as well when placed. This field is also very friendly and supports brackets, spaces and hyphens in the event you want to format the number in an easy to read fashion.
| ShortCode | **\*No** | The ShortCode associated with your Twilio account you wish the SMS message to come from. It must be a number registered with Twilio. As an alternative to the **ShortCode**, you may provide a **FromPhoneNo** instead.
| PhoneNo | **\*No** | A phone number MUST include the country codes dialling prefix as well when placed. This field is also very friendly and supports brackets, spaces and hyphens in the event you want to format the number in an easy to read fashion.<br/>**Note:** If you're using a _ShortCode_, then at least one _PhoneNo_ MUST be defined.