Skip to main content
Server path: /servicenow-import | Type: Application | PCID required: Yes

Tools

ToolDescription
servicenow_import_get_resultGet the result of an import
servicenow_import_stage_multiple_recordsImport multiple records into a staging table
servicenow_import_stage_recordImport a single record into a staging table

servicenow_import_get_result

Get the result of an import Parameters:
ParameterTypeRequiredDefaultDescription
stagingTableNamestringYesName of the import set staging table
sys_idstringYessys_id of the import set record

servicenow_import_stage_multiple_records

Import multiple records into a staging table Parameters:
ParameterTypeRequiredDefaultDescription
stagingTableNamestringYesName of the import set staging table
multi_import_set_idstringNosys_id to group multiple batch imports together under one import set
recordsobject[]YesArray of records to import. Each record is an object of column name-value pairs (all values must be strings).

servicenow_import_stage_record

Import a single record into a staging table Parameters:
ParameterTypeRequiredDefaultDescription
stagingTableNamestringYesName of the import set staging table (e.g., u_import_users)
bodyobjectYesRecord fields to import. All values must be strings (ServiceNow import set requirement). Keys are staging table column names.