feat: add folder support for workflows (fixes #70)
This commit is contained in:
27
workflows/Affinity/1085_Affinity_Create_Triggered.json
Normal file
27
workflows/Affinity/1085_Affinity_Create_Triggered.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"id": "63",
|
||||
"name": "Receive updates when a new list is created in Affinity",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "Affinity-Trigger",
|
||||
"type": "n8n-nodes-base.affinityTrigger",
|
||||
"position": [
|
||||
690,
|
||||
260
|
||||
],
|
||||
"webhookId": "e9d2b8f0-9fa9-43c2-b45d-dc96c869bd20",
|
||||
"parameters": {
|
||||
"events": [
|
||||
"list.created"
|
||||
]
|
||||
},
|
||||
"credentials": {
|
||||
"affinityApi": "affinity"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"active": false,
|
||||
"settings": {},
|
||||
"connections": {}
|
||||
}
|
||||
Reference in New Issue
Block a user