AACFlow

ServiceNow

Create, read, update, and delete ServiceNow records

Usage Instructions

Integrate ServiceNow into your workflow. Create, read, update, and delete records in any ServiceNow table including incidents, tasks, change requests, users, and more.

Tools

servicenow_create_record

Input

ParameterTypeRequiredDescription
instanceUrlstringYesNo description
usernamestringYesNo description
passwordstringYesNo description
tableNamestringYesNo description
fieldsjsonYesFields to set on the record as JSON object (e.g., {"short_description": "Issue title", "priority": "1"})

Output

ParameterTypeDescription
recordjsonCreated ServiceNow record with sys_id and other fields
metadatajsonOperation metadata

servicenow_read_record

Input

ParameterTypeRequiredDescription
instanceUrlstringYesNo description
usernamestringYesNo description
passwordstringYesNo description
tableNamestringYesNo description
sysIdstringNoNo description
numberstringNoNo description
querystringNoEncoded query string (e.g., "active=true^priority=1")
limitnumberNoNo description
offsetnumberNoNo description
fieldsstringNoComma-separated list of fields to return (e.g., sys_id,number,short_description,state)
displayValuestringNoReturn display values for reference fields: "true" (display only), "false" (sys_id only), or "all" (both)

Output

ParameterTypeDescription
recordsarrayArray of ServiceNow records
metadatajsonOperation metadata

servicenow_update_record

Input

ParameterTypeRequiredDescription
instanceUrlstringYesNo description
usernamestringYesNo description
passwordstringYesNo description
tableNamestringYesNo description
sysIdstringYesNo description
fieldsjsonYesFields to update as JSON object (e.g., {"state": "2", "priority": "1"})

Output

ParameterTypeDescription
recordjsonUpdated ServiceNow record
metadatajsonOperation metadata

servicenow_delete_record

Input

ParameterTypeRequiredDescription
instanceUrlstringYesNo description
usernamestringYesNo description
passwordstringYesNo description
tableNamestringYesNo description
sysIdstringYesNo description

Output

ParameterTypeDescription
successbooleanWhether the deletion was successful
metadatajsonOperation metadata

On this page

Start building today
Trusted by over 100,000 builders.
The SaaS platform to build AI agents and run your agentic workforce.
Get started