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,55 @@
{
"id": "2",
"name": "Syncro to Clockify",
"nodes": [
{
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
490,
300
],
"webhookId": "43d196b0-63c4-440a-aaf6-9d893907cf3c",
"parameters": {
"path": "43d196b0-63c4-440a-aaf6-9d893907cf3c",
"options": {},
"httpMethod": "POST",
"responseData": "allEntries",
"responseMode": "lastNode"
},
"typeVersion": 1
},
{
"name": "Clockify",
"type": "n8n-nodes-base.clockify",
"position": [
690,
300
],
"parameters": {
"name": "=Ticket {{$json[\"body\"][\"attributes\"][\"number\"]}} - {{$json[\"body\"][\"attributes\"][\"customer_business_then_name\"]}} [{{$json[\"body\"][\"attributes\"][\"id\"]}}]",
"workspaceId": "xxx",
"additionalFields": {}
},
"credentials": {
"clockifyApi": "Clockify"
},
"typeVersion": 1
}
],
"active": true,
"settings": {},
"connections": {
"Webhook": {
"main": [
[
{
"node": "Clockify",
"type": "main",
"index": 0
}
]
]
}
}
}