mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-25 11:31:38 -08:00
Update EmailDescription.ts
This commit is contained in:
parent
0ea2014d91
commit
7ad190651a
|
@ -209,6 +209,18 @@ export const emailFields: INodeProperties[] = [
|
||||||
description: 'Enable or disable open tracking on this message',
|
description: 'Enable or disable open tracking on this message',
|
||||||
default: 'account_default',
|
default: 'account_default',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
displayName: 'Custom Campaign',
|
||||||
|
name: 'customCampaign',
|
||||||
|
type: 'string',
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
displayName: 'Deduplicate Campaign',
|
||||||
|
name: 'deduplicateCampaign',
|
||||||
|
type: 'boolean',
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -397,6 +409,18 @@ export const emailFields: INodeProperties[] = [
|
||||||
description: 'Enable or disable open tracking on this message',
|
description: 'Enable or disable open tracking on this message',
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
displayName: 'Custom Campaign',
|
||||||
|
name: 'customCampaign',
|
||||||
|
type: 'string',
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
displayName: 'Deduplicate Campaign',
|
||||||
|
name: 'deduplicateCampaign',
|
||||||
|
type: 'boolean',
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue