ServiceNow
A BDK Book containing automation procedures for ServiceNow.
Last updated
Was this helpful?
A BDK Book containing automation procedures for ServiceNow.
Last updated
Was this helpful?
The ServiceNow BDK Book provides a set of automation procedures designed to interact with the ServiceNow platform. By adding this Book to a Kognitos agent, you empower it to manage records within your ServiceNow instance directly through plain English commands. Agents equipped with this Book can create, retrieve, update, and delete records in various ServiceNow tables.
To enable the Kognitos agent to learn and execute the procedures in this Book, you'll need to establish a connection to your ServiceNow instance. This is done by providing the following credentials when learning the Book:
Instance
The instance ID for the ServiceNow instance.
text
yourinstanceid
Username
The username to log in to the ServiceNow account.
text
kognitos.integration.user
Password
The password to log in to the ServiceNow account.
text
P@$$wOrd123!
The following procedures are available in the ServiceNow BDK Book:
: Creates a new record in a ServiceNow account.
: Deletes records from ServiceNow.
Retrieves a list of ServiceNow records based on specified filters.
: Updates a record in ServiceNow.