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": "Random Node",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"id": "18e3a80f-3b49-4e8b-8efc-39dfac5f90ec",
"name": "When clicking \u2018Execute workflow\u2019"
},
{
"parameters": {},
"type": "CUSTOM.randomNode",
"typeVersion": 1,
"position": [
208,
0
],
"id": "cc060599-6c4a-4f5a-9463-1fc4d3d432b4",
"name": "Random"
}
],
"connections": {
"When clicking \u2018Execute workflow\u2019": {
"main": [
[
{
"node": "Random",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "25508350-bd62-46ac-a407-61818ad6b9c9",
"id": "ndtnASOcaO3q0nZy",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Random Node. Uses CUSTOM. Event-driven trigger; 2 nodes.
Source: https://github.com/IgorFalco/n8n-random-node/blob/84a4228fa27e27fec3d82e212464d1e79d5a5dd2/workflows/Random_Node.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.
[E2E] Availability Exceptions - Create and Delete. Uses CUSTOM. Event-driven trigger; 7 nodes.
[E2E] Availability Exceptions - Get Many. Uses CUSTOM. Event-driven trigger; 5 nodes.