The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Chatbot Support Workflow",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "chatbot-webhook",
"responseMode": "onReceived"
},
"id": "webhook-trigger",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"url": "http://api:8000/api/v1/chatbot",
"method": "GET",
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "message",
"value": "{{ $json.message }}"
},
{
"name": "customer_id",
"value": "{{ $json.customer_id }}"
}
]
}
},
"id": "ai-response",
"name": "Get AI Response",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
450,
300
]
},
{
"parameters": {
"conditions": [
{
"value1": "={{ $json.intent }}",
"operation": "notEqual",
"value2": "unknown"
}
]
},
"id": "check-escalation",
"name": "Check Escalation",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
650,
300
]
},
{
"parameters": {
"url": "http://api:8000/api/v1/orders/create-intent",
"method": "POST",
"sendBody": true
},
"id": "create-ticket",
"name": "Create Ticket",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
850,
450
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Get AI Response",
"type": "main",
"index": 0
}
]
]
},
"Get AI Response": {
"main": [
[
{
"node": "Check Escalation",
"type": "main",
"index": 0
}
]
]
},
"Check Escalation": {
"main": [
[
{
"node": "Create Ticket",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {},
"id": "chatbot-workflow"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Chatbot Support Workflow. Uses httpRequest. Webhook trigger; 4 nodes.
Source: https://github.com/IlarionDossouyovo/E-Battisseurs/blob/54d4993f1b43c46f5e0d5a1a5a4316e7bb37a050/n8n/workflow-chatbot.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This template is designed for developers, businesses, and service providers who need to programmatically check Calendly availability. It's perfect for: Web developers building custom booking interface
Never lose a prospect to a missed call again. This workflow sends an automatic "sorry we missed you" SMS within seconds, follows up 2 hours later if there's no reply, and enrolls unresponsive contacts
Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.
Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.
Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.