feat: add folder support for workflows (fixes #70)
This commit is contained in:
35
workflows/Postmark/0968_Postmark_Update_Triggered.json
Normal file
35
workflows/Postmark/0968_Postmark_Update_Triggered.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"id": "48",
|
||||
"name": "Receive updates when an email is bounced or opened",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "Postmark Trigger",
|
||||
"type": "n8n-nodes-base.postmarkTrigger",
|
||||
"position": [
|
||||
690,
|
||||
260
|
||||
],
|
||||
"webhookId": "1422ac7a-62ba-4f7c-8e22-4e8ecb4950ce",
|
||||
"parameters": {
|
||||
"events": [
|
||||
"bounce",
|
||||
"open"
|
||||
],
|
||||
"includeContent": true
|
||||
},
|
||||
"credentials": {
|
||||
"postmarkApi": "postmark"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"active": false,
|
||||
"settings": {},
|
||||
"connections": {
|
||||
"Postmark Trigger": {
|
||||
"main": [
|
||||
[]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user