n8n-workflows/workflows/518_workflow_518.json
2025-05-14 11:58:29 +03:00

43 lines
747 B
JSON

{
"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
}
]
]
}
}
}