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,54 @@
{
"nodes": [
{
"name": "Mattermost",
"type": "n8n-nodes-base.mattermost",
"position": [
650,
200
],
"parameters": {
"message": "={{$json[\"contact\"][\"firstName\"]}} from {{$json[\"contact\"][\"company\"]}} has replied back to your campaign.",
"channelId": "qx9yo1i9z3bg5qcy5a1oxnh69c",
"attachments": [],
"otherOptions": {}
},
"credentials": {
"mattermostApi": "Mattermost Credentials"
},
"typeVersion": 1
},
{
"name": "Emelia Trigger",
"type": "n8n-nodes-base.emeliaTrigger",
"position": [
450,
200
],
"webhookId": "f53bc370-a8cb-4748-8f81-be7ae9b94972",
"parameters": {
"events": [
"replied"
],
"campaignId": "6054d068b374b64365740101"
},
"credentials": {
"emeliaApi": "Emelia API Credentials"
},
"typeVersion": 1
}
],
"connections": {
"Emelia Trigger": {
"main": [
[
{
"node": "Mattermost",
"type": "main",
"index": 0
}
]
]
}
}
}