adding the workflow collection to git
This commit is contained in:
50
workflows/641_.json
Normal file
50
workflows/641_.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user