Skip to main content
Let your agents read and manage ITSM records in ServiceNow — list and create incidents, update tickets, query users, groups, change requests, problems and knowledge articles via the Table API.

Connection

  • Authentication: API key (Username:Password).
  • Required settings:
    • Instance — The subdomain from https://<instance>.service-now.com
Go to your ServiceNow instance → Users icon (top-right) → Edit profile → HTTP Credentials → Generate HTTP Password. Enter the credential as username:password (your integration account, not your personal login). The account needs the roles itil, rest_api_explorer and snc_basic_auth_api_access (recent instances block Basic auth for any other account: System Properties glide.authenticate.basic_auth.restriction.enforce). A free Personal Developer Instance is available at developer.servicenow.com.See ServiceNow’s documentation.

Read actions (9)

Write actions (4)

Permissions

Every action above must be explicitly granted to an agent before it can be used. See Permissions for the grant model and Security for how credentials are protected.