feat: add folder support for workflows (fixes #70)

This commit is contained in:
Praveen Mudalgeri
2025-08-05 09:40:47 +05:30
parent 307d530f9b
commit c4885eee92
2057 changed files with 985290 additions and 974268 deletions

View File

@@ -0,0 +1,109 @@
{
"nodes": [
{
"name": "Tapfiliate2",
"type": "n8n-nodes-base.tapfiliate",
"position": [
870,
300
],
"parameters": {
"resource": "programAffiliate",
"programId": "testing-program-5",
"affiliateId": "={{$node[\"Tapfiliate\"].json[\"id\"]}}",
"additionalFields": {}
},
"credentials": {
"tapfiliateApi": "Tapfiliate API credentials"
},
"typeVersion": 1
},
{
"name": "Tapfiliate1",
"type": "n8n-nodes-base.tapfiliate",
"position": [
670,
300
],
"parameters": {
"resource": "affiliateMetadata",
"metadataUi": {
"metadataValues": [
{
"key": "tag",
"value": "n8n"
}
]
},
"affiliateId": "={{$json[\"id\"]}}"
},
"credentials": {
"tapfiliateApi": "Tapfiliate API credentials"
},
"typeVersion": 1
},
{
"name": "Tapfiliate",
"type": "n8n-nodes-base.tapfiliate",
"position": [
470,
300
],
"parameters": {
"email": "n8ndocsburner@gmail.com",
"lastname": "Ryan",
"firstname": "Jack",
"additionalFields": {}
},
"credentials": {
"tapfiliateApi": "Tapfiliate API credentials"
},
"typeVersion": 1
},
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
270,
300
],
"parameters": {},
"typeVersion": 1
}
],
"connections": {
"Tapfiliate": {
"main": [
[
{
"node": "Tapfiliate1",
"type": "main",
"index": 0
}
]
]
},
"Tapfiliate1": {
"main": [
[
{
"node": "Tapfiliate2",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "Tapfiliate",
"type": "main",
"index": 0
}
]
]
}
}
}