mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
✅ Replaced png and added descriptions to all events
This commit is contained in:
@@ -62,14 +62,17 @@ export class PostmarkTrigger implements INodeType {
|
|||||||
{
|
{
|
||||||
name: 'Click',
|
name: 'Click',
|
||||||
value: 'click',
|
value: 'click',
|
||||||
|
description: 'Trigger on click.'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Delivery',
|
name: 'Delivery',
|
||||||
value: 'delivery',
|
value: 'delivery',
|
||||||
|
description: 'Trigger on delivery.'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Bounce',
|
name: 'Bounce',
|
||||||
value: 'bounce',
|
value: 'bounce',
|
||||||
|
description: 'Trigger on bounce.'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Bounce Content',
|
name: 'Bounce Content',
|
||||||
@@ -79,6 +82,7 @@ export class PostmarkTrigger implements INodeType {
|
|||||||
{
|
{
|
||||||
name: 'Spam Complaint',
|
name: 'Spam Complaint',
|
||||||
value: 'spamComplaint',
|
value: 'spamComplaint',
|
||||||
|
description: 'Trigger on spam complaint.'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Spam Complaint Content',
|
name: 'Spam Complaint Content',
|
||||||
@@ -88,6 +92,7 @@ export class PostmarkTrigger implements INodeType {
|
|||||||
{
|
{
|
||||||
name: 'Subscription Change',
|
name: 'Subscription Change',
|
||||||
value: 'subscriptionChange',
|
value: 'subscriptionChange',
|
||||||
|
description: 'Trigger on subscription change.'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
default: [],
|
default: [],
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user