Data Processing & Analysis
0990 Manual Cockpit Automate Triggered
0990 Manual Cockpit Automate Triggered
Manual
Low
2
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
2
Node Types
0
Workflow JSON
799 Bytes
{
"name": "0990 Manual Cockpit Automate Triggered",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
750,
360
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Cockpit",
"type": "n8n-nodes-base.cockpit",
"position": [
950,
360
],
"parameters": {
"options": {},
"collection": "samplecollection"
},
"credentials": {
"cockpitApi": "cockpit api"
},
"typeVersion": 1
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Cockpit",
"type": "main",
"index": 0
}
]
]
}
}
}