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": "01 \u00b7 Triage sin IA (bloque 03 \u00b7 07:00)",
"nodes": [
{
"parameters": {
"content": "## Bloque 03 \u00b7 07:00\n### Anatom\u00eda de un flujo\n\nEste flujo **no tiene una gota de IA** y ya resuelve la mitad del problema.\n\n**Trigger** \u2192 qu\u00e9 lo despierta\n**Acci\u00f3n** \u2192 qu\u00e9 hace en cada paso\n**Conector** \u2192 c\u00f3mo habla con las otras herramientas\n\nCorrelo con una consulta cualquiera. Funciona.\n\n\u27a1\ufe0f Y ah\u00ed est\u00e1 el problema: **no entiende lo que dice la consulta. Solo la mueve.**",
"height": 320,
"width": 420,
"color": 7
},
"id": "a1b2c3d4-0001-4000-8000-000000000001",
"name": "Gui\u00f3n",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
-480,
-80
]
},
{
"parameters": {
"formTitle": "Consultas",
"formDescription": "Escribinos tu consulta y te respondemos.",
"formFields": {
"values": [
{
"fieldLabel": "mensaje",
"fieldType": "textarea",
"placeholder": "Contanos qu\u00e9 necesit\u00e1s",
"requiredField": true
},
{
"fieldLabel": "email",
"fieldType": "email",
"requiredField": true
}
]
},
"options": {}
},
"id": "a1b2c3d4-0001-4000-8000-000000000002",
"name": "Entra una consulta",
"type": "n8n-nodes-base.formTrigger",
"typeVersion": 2.2,
"position": [
0,
0
]
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "s1",
"name": "mensaje",
"value": "={{ $json.mensaje }}",
"type": "string"
},
{
"id": "s2",
"name": "email",
"value": "={{ $json.email }}",
"type": "string"
},
{
"id": "s3",
"name": "recibido_en",
"value": "={{ $now.toISO() }}",
"type": "string"
}
]
},
"options": {}
},
"id": "a1b2c3d4-0001-4000-8000-000000000003",
"name": "Normalizar",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
220,
0
]
},
{
"parameters": {},
"id": "a1b2c3d4-0001-4000-8000-000000000004",
"name": "Guardar en la base",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
440,
0
]
},
{
"parameters": {},
"id": "a1b2c3d4-0001-4000-8000-000000000005",
"name": "Avisar al equipo",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
660,
0
]
},
{
"parameters": {
"content": "### Ac\u00e1 va tu conector real\n\nEstos dos nodos son **NoOp** a prop\u00f3sito: el flujo importa y corre sin que configures ninguna credencial.\n\nPara el workshop pod\u00e9s dejarlos as\u00ed (el punto es el ruteo, no Slack), o reemplazarlos por **Google Sheets** y **Slack / Gmail** si quer\u00e9s mostrar el conector de verdad.",
"height": 260,
"width": 340,
"color": 5
},
"id": "a1b2c3d4-0001-4000-8000-000000000006",
"name": "Nota conectores",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
440,
160
]
}
],
"connections": {
"Entra una consulta": {
"main": [
[
{
"node": "Normalizar",
"type": "main",
"index": 0
}
]
]
},
"Normalizar": {
"main": [
[
{
"node": "Guardar en la base",
"type": "main",
"index": 0
}
]
]
},
"Guardar en la base": {
"main": [
[
{
"node": "Avisar al equipo",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
01 · Triage sin IA (bloque 03 · 07:00). Uses formTrigger. Event-driven trigger; 6 nodes.
Source: https://github.com/leanaraque/Workshop-IA-Automation-CODER-BONDA/blob/56e631c1bf747ee458c951d1afa7e52a7ad680ce/n8n/01-triage-sin-ia.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.
⚠️ Important: This workflow uses the Autype community node and requires a self-hosted n8n instance.
Let a user load multiple files with a Form node, and process the binary data. A very important workflow for many tools.
Turn a .rvt project into open, analysis-ready data (XLSX + optional DAE/PDF) using the RvtExporter.exe from the DDC Revit toolkit. This n8n template provides a Form UI to set paths and flags, then run
Post on X. Uses airtop, executeWorkflowTrigger, formTrigger, stopAndError. Event-driven trigger; 10 nodes.
05 – Expense Approval via Email (Send & Wait). Uses formTrigger, n8n-nodes-resend. Event-driven trigger; 8 nodes.