mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
🚧 Incorrect event description fixed
This commit is contained in:
parent
d74e59801a
commit
657d5498d6
|
@ -87,7 +87,7 @@ export class PostmarkTrigger implements INodeType {
|
||||||
{
|
{
|
||||||
name: 'Spam Complaint Content',
|
name: 'Spam Complaint Content',
|
||||||
value: 'spamComplaintContent',
|
value: 'spamComplaintContent',
|
||||||
description: 'Webhook will send full bounce content.'
|
description: 'Webhook will send full spam complaint content.'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Subscription Change',
|
name: 'Subscription Change',
|
||||||
|
|
Loading…
Reference in a new issue