From 12e7b405a8f071f39d894dace00ebfd15513341c Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 9 May 2019 09:10:05 -0400 Subject: [PATCH] Updated Notify_twilio (markdown) --- Notify_twilio.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify_twilio.md b/Notify_twilio.md index aa5b60a..c36c093 100644 --- a/Notify_twilio.md +++ b/Notify_twilio.md @@ -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.
**Note:** If you're using a _ShortCode_, then at least one _PhoneNo_ MUST be defined.