Blocks
ServiceNow
ServiceNow Table API operations (CRUD + query) for generic tables.
Perform CRUD and query operations on ServiceNow tables using the Table API. Supports instance URL, OAuth Bearer token, table name, and optional query/fields/limits.
Block Preview
ServiceNow
ServiceNow Table API operations (CRUD + query) for generic tables.
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the servicenow block with monitoring enabled in production.
Inputs (UI)
Instance URL
short-inputPlaceholder: https://your-instance.service-now.com
Layout: full
Bearer Token
short-inputPlaceholder: Enter OAuth access token
Layout: full
Operation
dropdownLayout: full
Options: Get by sys_id, Insert, Update by sys_id, Delete by sys_id
Table
short-inputPlaceholder: incident
Layout: full
sys_id
short-inputLayout: full
sysparm_query
short-inputLayout: full
sysparm_fields
short-inputPlaceholder: number,short_description,priority
Layout: full
sysparm_limit
short-inputLayout: half
sysparm_offset
short-inputLayout: half
Payload (JSON)
codePlaceholder: { "short_description": "..." }
Layout: full
Inputs (API)
instanceUrl
stringRequired
apiKey
stringRequired
table
stringRequired
operation
stringRequired
sysId
stringOptional
query
stringOptional
fields
stringOptional
limit
stringOptional
offset
stringOptional
data
stringOptional
Outputs
Primary response type:
json