Block 1 - When chat message received
- Type / Role
- @n8n/n8n-nodes-langchain.chatTrigger - chatTrigger
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
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 effor...
@n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.textclassifier, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.chainsummarization, n8n-nodes-base.httprequest, n8n-nodes-base.servicenow
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ritesh.
Original n8n.io sourceThis 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.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 30 workflow blocks. Download the JSON for the full node graph.
| Workflow | AI-powered ServiceNow chat triage with GPT-4 — incident & request manager |
|---|---|
| Complexity | advanced |
| Nodes | 30 |
| Categories | Support Chatbot, AI Chatbot |
| Author | Ritesh |
| Published | 23 Sept 2025 |
Use the JSON export at /data/workflows/8886/8886.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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 effor...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Support Chatbot, AI Chatbot use case.