mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
✅ Replaced png and added descriptions to all events
This commit is contained in:
parent
7c9ecdb172
commit
87b67d6670
|
@ -62,14 +62,17 @@ export class PostmarkTrigger implements INodeType {
|
|||
{
|
||||
name: 'Click',
|
||||
value: 'click',
|
||||
description: 'Trigger on click.'
|
||||
},
|
||||
{
|
||||
name: 'Delivery',
|
||||
value: 'delivery',
|
||||
description: 'Trigger on delivery.'
|
||||
},
|
||||
{
|
||||
name: 'Bounce',
|
||||
value: 'bounce',
|
||||
description: 'Trigger on bounce.'
|
||||
},
|
||||
{
|
||||
name: 'Bounce Content',
|
||||
|
@ -79,6 +82,7 @@ export class PostmarkTrigger implements INodeType {
|
|||
{
|
||||
name: 'Spam Complaint',
|
||||
value: 'spamComplaint',
|
||||
description: 'Trigger on spam complaint.'
|
||||
},
|
||||
{
|
||||
name: 'Spam Complaint Content',
|
||||
|
@ -88,6 +92,7 @@ export class PostmarkTrigger implements INodeType {
|
|||
{
|
||||
name: 'Subscription Change',
|
||||
value: 'subscriptionChange',
|
||||
description: 'Trigger on subscription change.'
|
||||
},
|
||||
],
|
||||
default: [],
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in a new issue