2025-05-14 11:58:29 +03:00

50 lines
895 B
JSON

{
"name": "",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
390,
220
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Unleashed Software",
"type": "n8n-nodes-base.unleashedSoftware",
"position": [
600,
220
],
"parameters": {
"filters": {
"orderStatus": [
"Completed"
]
},
"returnAll": true
},
"credentials": {
"unleashedSoftwareApi": "unleashed"
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Unleashed Software",
"type": "main",
"index": 0
}
]
]
}
}
}