N8N Español - Ejemplos
N8N Español - Ejemplos
Manual
Medium
7
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
7
Node Types
0
Workflow JSON
3.58 KB
{
"id": "29",
"name": "N8N Español - Ejemplos",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"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
},
{
"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
...Showing first 1000 characters. Click "Expand" to view the full JSON.