Aller au contenu principal

ServiceNow Toolkit

The ServiceNow toolkit lets agents list, get, create, update, and search cases, and read choice options for fields. Authentication uses your ServiceNow instance URL plus username and password (Basic auth) saved as a connection.

Add it on the agent Toolkits tab and create or select a ServiceNow connection.

Prerequisites​

  • A ServiceNow instance URL
  • A user with access to the case table (or default table) the agent should use
  • An agent you can edit

Setup​

  1. Open the agent → Toolkits → add ServiceNow.
  2. Create a connection with:
    • Base URL (required)
    • Username and password (required)
    • Optional default table if your process uses a non-default table
  3. Save the agent. @-mention ServiceNow tools for case management.

Available tools​

ToolDescription
List CasesLists cases.
Get CaseReturns a single case.
Create CaseCreates a case.
Update CaseUpdates a case.
Search CasesSearches cases by criteria.
Get Choice OptionsReturns choice values for a field.

Use cases​

  • Open an incident/case from a chat report
  • Search open cases and summarize status
  • Update priority or assignment after triage

Tips​

  • Prefer a dedicated integration user with least privilege.
  • Use Get Choice Options before setting status or priority fields.
  • Store credentials in a saved connection — do not put them in the personality prompt.

Troubleshooting​

SymptomWhat to check
UnauthorizedUsername/password and instance URL (https://…service-now.com)
Empty list / not foundTable name and ACL permissions for the user
Create/update rejectedRequired fields and valid choice values