feat: add folder support for workflows (fixes #70)
This commit is contained in:
20
workflows/Mailjet/0994_Mailjet_Automate_Triggered.json
Normal file
20
workflows/Mailjet/0994_Mailjet_Automate_Triggered.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"name": "Mailjet Trigger",
|
||||
"type": "n8n-nodes-base.mailjetTrigger",
|
||||
"position": [
|
||||
530,
|
||||
400
|
||||
],
|
||||
"parameters": {
|
||||
"event": "sent"
|
||||
},
|
||||
"credentials": {
|
||||
"mailjetEmailApi": "mailjet creds"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"connections": {}
|
||||
}
|
||||
Reference in New Issue
Block a user