{ "id": "30", "name": "N8N Español - NocodeBot", "nodes": [ { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "notes": "Lee los datos de Strapi", "position": [ 630, 350 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {} }, "notesInFlow": true, "typeVersion": 1, "id": "node-f2c7f300" }, { "name": "Telegram", "type": "n8n-nodes-base.telegram", "position": [ 950, 280 ], "parameters": { "text": "=------------------------------------------------ \n{{$node[\"HTTP Request\"].json[\"0\"][\"Name\"].toUpperCase()}} \n------------------------------------------------\n|-Descripción:\n|
{{$node[\"Execute Command\"].json[\"stdout\"]}}",
"chatId": "={{$node[\"Telegram Trigger\"].json[\"message\"][\"chat\"][\"id\"]}}",
"additionalFields": {
"parse_mode": "HTML"
}
},
"credentials": {
"telegramApi": "NocodeTranslateBot"
},
"typeVersion": 1,
"id": "node-a8b9345d"
},
{
"name": "Telegram1",
"type": "n8n-nodes-base.telegram",
"position": [
800,
130
],
"parameters": {
"file": "={{$json[\"0\"][\"Img\"]}}",
"chatId": "={{$node[\"Telegram Trigger\"].json[\"message\"][\"chat\"][\"id\"]}}",
"operation": "sendPhoto",
"additionalFields": {}
},
"credentials": {
"telegramApi": "NocodeTranslateBot"
},
"typeVersion": 1,
"id": "node-8866852d"
},
{
"name": "Execute Command",
"type": "n8n-nodes-base.executeCommand",
"position": [
790,
390
],
"parameters": {
"command": "=/usr/bin/translate --brief -t {{$node[\"Telegram Trigger\"].json[\"message\"][\"from\"][\"language_code\"]}} \"{{$json[\"0\"][\"Description\"]}}\""
},
"typeVersion": 1,
"id": "node-fb3bd5c5"
},
{
"name": "Telegram Trigger",
"type": "n8n-nodes-base.telegramTrigger",
"position": [
290,
130
],
"webhookId": "9673bd65-53ef-4561-bfe1-a55fab0f77b0",
"parameters": {
"updates": [
"*"
],
"additionalFields": {}
},
"credentials": {
"telegramApi": "NocodeTranslateBot"
},
"typeVersion": 1,
"id": "node-848c0d66"
},
{
"name": "Saludos-IF",
"type": "n8n-nodes-base.if",
"position": [
450,
270
],
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$node[\"Telegram Trigger\"].json[\"message\"][\"text\"]}}",
"value2": "/start"
}
]
}
},
"typeVersion": 1,
"id": "node-9a1b4f0e"
},
{
"name": "S-Telegram2",
"type": "n8n-nodes-base.telegram",
"position": [
630,
130
],
"parameters": {
"text": "=Hola, **{{$json[\"message\"][\"chat\"][\"first_name\"]}}** 🙌\nEste bot ha sido desarrollado para @comunidadn8n\nPuedes escribir el nombre de alguna herramienta No-Code y si la tenemos registrada en nuestra Base de datos te responderemos con la descripción en tu idioma.\n\nPuedes probar escribiendo alguno de estos nombres:\n\n- Airtable\n- Stripe\n- Webflow",
"chatId": "={{$node[\"Telegram Trigger\"].json[\"message\"][\"chat\"][\"id\"]}}",
"additionalFields": {
"parse_mode": "Markdown"
}
},
"credentials": {
"telegramApi": "NocodeTranslateBot"
},
"typeVersion": 1,
"id": "node-a3bedb89"
},
{
"id": "error-ff7f5e22",
"name": "Error Handler",
"type": "n8n-nodes-base.stopAndError",
"typeVersion": 1,
"position": [
1000,
400
],
"parameters": {
"message": "Workflow execution error",
"options": {}
}
}
],
"active": true,
"settings": {
"executionOrder": "v1",
"saveManualExecutions": true,
"callerPolicy": "workflowsFromSameOwner",
"errorWorkflow": null,
"timezone": "UTC",
"executionTimeout": 3600,
"maxExecutions": 1000,
"retryOnFail": true,
"retryCount": 3
},
"connections": {},
"meta": {
"instanceId": "workflow-b84e807c",
"versionId": "1.0.0",
"createdAt": "2025-09-29T07:07:46.141759",
"updatedAt": "2025-09-29T07:07:46.141771",
"owner": "n8n-user",
"license": "MIT",
"category": "automation",
"status": "active",
"priority": "high",
"environment": "production"
},
"tags": [
"automation",
"n8n",
"production-ready",
"excellent",
"optimized"
],
"description": "Production-ready workflow: N8N Español - NocodeBot. This workflow has been optimized for production use with comprehensive error handling, security, and documentation."
}