mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -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',
|
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 |
Loading…
Reference in a new issue