NotifyNow - isSMSCapable(String userID)
Checks if a user is able to send SMS messages.
| Name | Type | Description |
|---|---|---|
| userID | String | The sys_id of the user you want to check for an SMS-capable phone number. |
| Type | Description |
|---|---|
| Boolean | If the user can send SMS messages. |
gs.log('the user is able to send SMS messages (e.g. has a SMS device): ' + ((new SNC.NotifyNow().isSMSCapable('<user sys_id>')) ?
'yes' : 'no'));