NotifyNow - isVoiceCapable(String userID)

  • Release version: Washingtondc
  • Updated February 1, 2024
  • 1 minute to read
  • Checks if a user is able to make voice calls.

    Table 1. Parameters
    Name Type Description
    userID String The sys_id of the user you want to check for a voice-call capable phone number.
    Table 2. Returns
    Type Description
    boolean Whether the user has a voice-call capable phone number.
    gs.log('the user is able to send SMS messages (e.g. has a SMS device): ' + 
         ((new SNC.NotifyNow().isVoiceCapable('someuserid')) ? 'yes' : 'no'));