NotifyNow - isSMSCapable()
Checks if the telephone number associated with the Twilio account is capable of sending SMS messages.
| Name | Type | Description |
|---|---|---|
| None |
| Type | Description |
|---|---|
| Boolean | Whether the telephone number associated with the Twilio account is capable of sending SMS messages. |
gs.log('The twilio number is SMS capable: ' + ((new SNC.NotifyNow().isSMSCapable()) ? 'yes' : 'no'));