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": "Host AI Concierge \u2014 Handover (IA \u2192 humano)",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "handoff",
"responseMode": "responseNode"
},
"id": "wh",
"name": "Webhook handoff",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
240,
300
]
},
{
"parameters": {
"method": "POST",
"url": "={{$env.CHATWOOT_URL}}/api/v1/accounts/{{$env.CHATWOOT_ACCOUNT_ID}}/conversations/{{$json.body.conversationId}}/custom_attributes",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "api_access_token",
"value": "={{$env.CHATWOOT_API_TOKEN}}"
},
{
"name": "Content-Type",
"value": "application/json"
}
]
},
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={\n \"custom_attributes\": { \"ai_handling\": false }\n}"
},
"id": "cw-flag",
"name": "Chatwoot \u00b7 disable AI",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
460,
300
]
},
{
"parameters": {
"method": "POST",
"url": "={{$env.CHATWOOT_URL}}/api/v1/accounts/{{$env.CHATWOOT_ACCOUNT_ID}}/conversations/{{$node['Webhook handoff'].json.body.conversationId}}/messages",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "api_access_token",
"value": "={{$env.CHATWOOT_API_TOKEN}}"
},
{
"name": "Content-Type",
"value": "application/json"
}
]
},
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={\n \"content\": \"[automation] Handover acionado pelo painel Anfitri\u00e3o em {{$node['Webhook handoff'].json.body.at}}\",\n \"message_type\": \"outgoing\",\n \"private\": true\n}"
},
"id": "cw-note",
"name": "Chatwoot \u00b7 private note",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
680,
300
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={ \"ok\": true }"
},
"id": "ok",
"name": "OK",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
900,
300
]
}
],
"connections": {
"Webhook handoff": {
"main": [
[
{
"node": "Chatwoot \u00b7 disable AI",
"type": "main",
"index": 0
}
]
]
},
"Chatwoot \u00b7 disable AI": {
"main": [
[
{
"node": "Chatwoot \u00b7 private note",
"type": "main",
"index": 0
}
]
]
},
"Chatwoot \u00b7 private note": {
"main": [
[
{
"node": "OK",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Host AI Concierge — Handover (IA → humano). Uses httpRequest. Webhook trigger; 4 nodes.
Source: https://github.com/cheffmuro/host-ai-concierge/blob/76e5d5070e56597462262f358221ca768fe2890a/n8n-workflows/handoff.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.