{ "id": "29", "name": "N8N Español - Ejemplos", "nodes": [ { "name": "On clicking 'execute'", "type": "n8n-nodes-base.manualTrigger", "position": [ 250, 300 ], "parameters": {}, "typeVersion": 1, "id": "b7d3d280-addf-4e4a-87fa-cd9983d2d5ea", "notes": "This manualTrigger node performs automated tasks as part of the workflow." }, { "name": "Minúsculas", "type": "n8n-nodes-base.executeCommand", "color": "#E31515", "notes": ".toLowerCase()", "position": [ 650, -10 ], "parameters": { "command": "=echo Minúsuclas: {{$node[\"Set\"].json[\"mensaje\"].toLowerCase()}}" }, "notesInFlow": true, "typeVersion": 1, "id": "ed67864e-8403-4ba5-a765-28d79ff1df68" }, { "name": "Mayúsculas", "type": "n8n-nodes-base.executeCommand", "color": "#0BA1ED", "notes": ".toUpperCase()", "position": [ 800, 90 ], "parameters": { "command": "=echo Mayúsculas: {{$node[\"Set\"].json[\"mensaje\"].toUpperCase()}}" }, "notesInFlow": true, "typeVersion": 1, "id": "b96735c2-df07-4abf-90c8-49f1fc09b481" }, { "name": "Set", "type": "n8n-nodes-base.set", "position": [ 440, 180 ], "parameters": { "values": { "string": [ { "name": "mensaje", "value": "Un León pasea por la Sabana Africana" } ] }, "options": {} }, "typeVersion": 1, "id": "01d53de7-8de1-4330-95a7-25dd90fd3e99", "notes": "This set node performs automated tasks as part of the workflow." }, { "name": "Replace", "type": "n8n-nodes-base.executeCommand", "color": "#0BA1ED", "notes": ".replace - .replace('Un León', 'Una Jirafa')", "position": [ 800, 290 ], "parameters": { "command": "=echo Replace: {{$node[\"Set\"].json[\"mensaje\"].replace('Un León', 'Una Jirafa')}}" }, "notesInFlow": true, "typeVersion": 1, "id": "97c28524-d76a-48a9-aba4-d5a20228fc1d" }, { "name": "Merge", "type": "n8n-nodes-base.merge", "notes": "Junta las salidas", "position": [ 960, 10 ], "parameters": {}, "notesInFlow": true, "typeVersion": 1, "id": "320167e9-7bbb-494e-a989-0388d379d4f5" }, { "name": "Resultado", "type": "n8n-nodes-base.merge", "color": "#F41C0D", "notes": "Junta las salidas", "position": [ 1070, 240 ], "parameters": {}, "notesInFlow": true, "typeVersion": 1, "id": "e684c9d1-75b8-4c45-8598-74774c5b1928" }, { "id": "error-816bef51", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": false, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "connections": {}, "description": "Automated workflow: N8N Español - Ejemplos. This workflow processes data and performs automated tasks.", "meta": { "instanceId": "workflow-607a75c8", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:49.225193", "updatedAt": "2025-09-29T07:07:49.225210", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: N8N Español - Ejemplos. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }