feat: add folder support for workflows (fixes #70)
This commit is contained in:
44
workflows/Manual/1011_Manual_Xero_Automate_Triggered.json
Normal file
44
workflows/Manual/1011_Manual_Xero_Automate_Triggered.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"name": "On clicking 'execute'",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"position": [
|
||||
250,
|
||||
300
|
||||
],
|
||||
"parameters": {},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Xero",
|
||||
"type": "n8n-nodes-base.xero",
|
||||
"position": [
|
||||
450,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"options": {},
|
||||
"operation": "getAll",
|
||||
"organizationId": "ab7e9014-5d01-418f-a64c-dbb6bf5ba2ea"
|
||||
},
|
||||
"credentials": {
|
||||
"xeroOAuth2Api": "n8n_xero"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"On clicking 'execute'": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Xero",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user