πŸ’¬ AI-powered ServiceNow chat triage with GPT-4 β€” incident & request manager

⚑ 557 views Β· πŸ’¬ Support Chatbots

Description

Automated Incident and Request Management in ServiceNow

Who’s it for

This workflow is designed for IT teams, service desk agents, and operations managers who use ServiceNow. It reduces manual effort by automatically classifying chat messages as Incidents or Requests, creating/updating them in ServiceNow, and summarizing ticket updates.


What it does


Requirements


Credentials needed

You will need to set up the following credentials in n8n:

  1. ServiceNow Basic Auth (username, password, instance URL).
  2. OpenAI API (API key).
  3. SerpAPI (optional – only if you want web search enabled).

How to set up

  1. Import the workflow JSON into your n8n instance.

  2. Create the credentials mentioned above and assign them to the corresponding nodes:

    • Create an incident β†’ ServiceNow Basic Auth
    • HTTP Request1 (for Service Catalog requests) β†’ ServiceNow Basic Auth
    • OpenAI Chat Model / OpenAI Chat Model1 / OpenAI Chat Model2 / OpenAI Chat Model3 β†’ OpenAI API
    • SerpAPI node (optional) β†’ SerpAPI key
  3. Adjust the ServiceNow instance URL in the HTTP Request node to match your environment.

  4. Deploy the workflow.

  5. Send a test chat message to trigger the workflow.


How to customize


Notes & Limitations


πŸ”— Nodes Used

HTTP Request, ServiceNow, AI Agent, Summarization Chain, OpenAI Chat Model, Simple Memory

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup