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": "Kreativ TDS \u2014 Bot Resume (Chatwoot Webhook)",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "bot-resume",
"responseMode": "responseNode",
"options": {}
},
"id": "node-chatwoot-webhook",
"name": "Webhook: Chatwoot",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
0,
300
]
},
{
"parameters": {
"conditions": {
"conditions": [
{
"id": "status-resolvido",
"leftValue": "={{ $json.status }}",
"rightValue": "resolved",
"operator": {
"type": "string",
"operation": "equals"
}
}
]
}
},
"id": "node-check-resolved",
"name": "Conversa Resolvida?",
"type": "n8n-nodes-base.if",
"typeVersion": 2,
"position": [
200,
300
]
},
{
"parameters": {
"method": "GET",
"url": "=https://lms.ipexdesenvolvimento.cloud/api/resource/Student?filters=[[\"Student\", \"mobile_no\", \"like\", \"%{{ $json.contact.phone_number.split('+')[1] }}%\"]]",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "token {{ $env.FRAPPE_API_KEY }}:{{ $env.FRAPPE_API_SECRET }}"
}
]
},
"options": {}
},
"id": "node-find-student-id",
"name": "Frappe: Buscar Student ID",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
400,
200
]
},
{
"parameters": {
"method": "PUT",
"url": "=https://lms.ipexdesenvolvimento.cloud/api/resource/Student/{{ $json.data[0].name }}",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "token {{ $env.FRAPPE_API_KEY }}:{{ $env.FRAPPE_API_SECRET }}"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "atendimento_status",
"value": "Bot"
}
]
},
"options": {}
},
"id": "node-frappe-update",
"name": "Frappe: Mudar Status -> Bot",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
600,
200
]
},
{
"parameters": {
"method": "POST",
"url": "=https://evolution.ipexdesenvolvimento.cloud/message/sendText/kreativ",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "apikey",
"value": "{{ $env.EVOLUTION_API_KEY }}"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "number",
"value": "={{ $('Webhook: Chatwoot').item.json.contact.phone_number.split('+')[1] }}"
},
{
"name": "text",
"value": "Finalizamos o atendimento humano! Agora o bot assumiu o comando novamente. Como posso te ajudar hoje? \ud83e\udd16"
}
]
},
"options": {}
},
"id": "node-notify-resume",
"name": "Evolution: Notificar Retomada",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
800,
200
]
}
],
"connections": {
"Webhook: Chatwoot": {
"main": [
[
{
"node": "Conversa Resolvida?",
"type": "main",
"index": 0
}
]
]
},
"Conversa Resolvida?": {
"main": [
[
{
"node": "Frappe: Buscar Student ID",
"type": "main",
"index": 0
}
],
[]
]
},
"Frappe: Buscar Student ID": {
"main": [
[
{
"node": "Frappe: Mudar Status -> Bot",
"type": "main",
"index": 0
}
]
]
},
"Frappe: Mudar Status -> Bot": {
"main": [
[
{
"node": "Evolution: Notificar Retomada",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Kreativ TDS — Bot Resume (Chatwoot Webhook). Uses httpRequest. Webhook trigger; 5 nodes.
Source: https://github.com/rafaloct/ipex_lms_beta/blob/7409b5929e55094393a975a4f1f08dc54bb46f94/n8n-workflows/tds-bot-resume-flow.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.
Instagram - Fluxo de mensagens. Uses rabbitmq, rabbitmqTrigger, googleSheets, httpRequest. Webhook trigger; 74 nodes.
This workflow receives a webhook request, uses AtlasCloud (GPT Image 2 and HappyHorse) to turn a profile image into a short vertical video, then publishes the reel to TikTok and Instagram via Blotato.
Automated n8n workflow: Receives videos via form, dubs/translates them to the selected languages, and—upon completion—uploads them to multiple social media channels and cloud drives, including Box, Dr
Automate your post-event Instagram carousel using a fan-out and merge pattern. One Code node splits the photos array into individual n8n items. Every photo then flows through HTTP Fetch, Upload to URL
My workflow 3. Uses httpRequest, youTube. Webhook trigger; 17 nodes.