Connect to your ServiceNow data

Easily connect to your ServiceNow data and provide your front-line business teams the operational analytics to drive business decisions.

ServiceNow connector requirements

The ServiceNow connector uses ServiceNow REST API to get the table descriptions, table schemas, and actual data.

The ServiceNow connector requires a user that has Admin role or Administrator roles for the ServiceNow data source.

The ServiceNow administrator must grant you the following roles:

  • rest_api_explorer
  • rest_service
  • soap
  • soap_create
  • soap_delete
  • soap_ecc
  • soap_query
  • soap_query_update
  • soap_script
  • soap_update

For more information, refer to the ServiceNow Assign a role to a user documentation.

ServiceNow connector properties

Here are the properties for the ServiceNow connector:

PropertyDescription
Data Source NameEnter your data source name or the one that your ServiceNow administrator shared
Instance NameEnter your ServiceNow instance name or the one that your ServiceNow administrator shared
User nameEnter your ServiceNow account user name
PasswordEnter your ServiceNow account user password
Is Administrative CredentialsEnable this property if your ServiceNow user account has administrative roles
Tables NamesEnter the list of table names, delimited by a comma (,) only if your ServiceNow user does not have administrative roles and you have the Is Administrative Credentials property disabled.
Default Page SizeEnter the number of records you want in a page for the REST API request. The default is 5000.
Proxy EnabledEnable this toggle to set up login via a proxy server
Proxy IPEnter the proxy server IP address that you have or the one that your IT admin shared
Proxy PortEnter the proxy server port that you have or the one that your IT admin shared

Additional Considerations

Warning: Do not automatically create joins

ServiceNow uses inherited columns. Creating joins with the Data Wizard may result in circular joins. Instead, refer to the Common Service Data Model for standard objects and manually create joins using the Join Editor.

Frequently Asked Questions

Can I adjust the ServiceNow timeOut settings?

Yes. The REST API default timeout settings of the ServiceNow instance is 60 seconds and this may prevent Incorta from successfully extracting data, especially from very large tables.

For more information, refer to the ServiceNow Session activity timeout documentation.


Learn more about how to configure the ServiceNow connector.