See llms.txt for all machine-readable content.
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.
Receives incoming chat messages.
Classifies the message as one of:
Creates Incidents in ServiceNow via the ServiceNow node.
Creates Requests in ServiceNow using the Service Catalog API.
Updates existing Incidents with new work notes when the user provides an update.
Pulls existing incident/request work notes for summaries.
Optionally uses SerpAPI for general queries (if enabled).
Returns a concise summary back to the user through the webhook.
You will need to set up the following credentials in n8n:
Import the workflow JSON into your n8n instance.
Create the credentials mentioned above and assign them to the corresponding nodes:
Create an incident → ServiceNow Basic AuthHTTP Request1 (for Service Catalog requests) → ServiceNow Basic AuthOpenAI Chat Model / OpenAI Chat Model1 / OpenAI Chat Model2 / OpenAI Chat Model3 → OpenAI APISerpAPI node (optional) → SerpAPI keyAdjust the ServiceNow instance URL in the HTTP Request node to match your environment.
Deploy the workflow.
Send a test chat message to trigger the workflow.