SERVICENOW Library
The SERVICENOW Library is an importable library containing functions to connect, authenticate, and interact with the ServiceNow API. This library is used in the ServiceNow Adapter.
On import, typically only the SERVICENOWclient module needs to be required in order to create the client and access the API methods.
require "SERVICENOW.SERVICENOWclient"
The SERVICENOW Library:
Use the Translator’s built in help to review how to use each function:
Â