ServiceNow ConnectorsZappySys ServiceNow Connector provide read / write capability inside your app (see list below), using these drag and drop , high performance connectors you can perform many ServiceNow operations without any coding. You can use this connector to integrate ServiceNow data inside apps like SSIS, SQL Server or popular ETL Platforms / BI Tools/ Reporting Apps / Programming languages (i.e. Informatica, Power BI, SSRS, Excel, C#, JAVA, Python) |
![]() |
Click on your App below to get started with ServiceNow Integration
Choose your App / Scenario for which you like to integrate ServiceNow
Actions supported by ServiceNow Connector
ServiceNow Connector support following actions for REST API integration. If some actions are not listed below then you can easily edit Connector file and enhance out of the box functionality.
Get List of Tables - Admin (Use sys_db_object)
Get a list of tables by quering sys_db_object. To read data from this object make sure user has read permission to this table.
Parameter | Description |
---|---|
SysId |
|
Query |
|
Fields |
|
Get List of User Tables - Admin (Use sys_db_object)
Get a list of tables not created by 'system' user
Parameter | Description |
---|---|
SysId |
|
Get List of System Tables - Admin (Use sys_db_object)
Get a list of tables created by 'system' user
Parameter | Description |
---|---|
SysId |
|
Get Table Columns - Admin (Use sys_dictionary)
Get a list of columns by quering sys_dictionary. To read data from this table make sure user has read permission to sys_dictionary table.
Parameter | Description |
---|---|
TableName |
|
Get List of Tables
Get a list of tables.
Get Table Columns
Get a list of columns of a table
Parameter | Description |
---|---|
TableName |
|
Get Table Rows
Get table rows
Parameter | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
TableName |
|
||||||||||||||
SysId |
|
||||||||||||||
Fields |
|
||||||||||||||
Query |
|
Delete a Table Row
Insert a row into the table.
Parameter | Description |
---|---|
TableName |
|
Update a Table Row
Insert a row into the table.
Parameter | Description |
---|---|
TableName |
|
SysId |
|
Delete table row
Delete the specified row in the table by row 'sys_id'.
Parameter | Description |
---|---|
TableName |
|
SysId |
|
Generic Request
This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL.
Parameter | Description |
---|---|
Url |
|
Body |
|
IsMultiPart |
|
Filter |
|
Headers |
|