NotifyNow - isSMSCapable()

  • Release version: Washingtondc
  • Updated February 1, 2024
  • 1 minute to read
  • Checks if the telephone number associated with the Twilio account is capable of sending SMS messages.

    Table 1. Parameters
    Name Type Description
    None
    Table 2. Returns
    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'));