NotifyNow - isVoiceCapable()

  • Release version: Washingtondc
  • Updated February 1, 2024
  • 1 minute to read
  • Checks if the telephone number associated with the Twilio account is capable of setting up phone calls.

    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 setting up phone calls.
    gs.log('the Twilio number is Voice capable: ' + ((new SNC.NotifyNow().isVoiceCapable()) ? 'yes' : 'no'));