ServiceNow
A BDK Book containing automation procedures for ServiceNow.
Overview
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.
Prerequisites
Learning the ServiceNow Book (BDK)
Connectivity
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!
Procedures
The following procedures are available in the ServiceNow BDK Book:
Create Record: Creates a new record in a ServiceNow account.
Delete Records: Deletes records from ServiceNow.
Retrieve Records: Retrieves a list of ServiceNow records based on specified filters.
Update Record: Updates a record in ServiceNow.
Last updated
Was this helpful?