mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(Salesforce Node): Add HasOptedOutOfEmail field to lead resource (#5235)
This commit is contained in:
@@ -235,6 +235,14 @@ export const leadFields: INodeProperties[] = [
|
||||
default: '',
|
||||
description: 'First name of the lead. Limited to 40 characters.',
|
||||
},
|
||||
{
|
||||
displayName: 'Has Opted Out of Email',
|
||||
name: 'hasOptedOutOfEmail',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description:
|
||||
'Whether the lead doesn’t want to receive email from Salesforce (true) or does (false). Label is Email Opt Out.',
|
||||
},
|
||||
{
|
||||
displayName: 'Industry',
|
||||
name: 'industry',
|
||||
@@ -496,6 +504,14 @@ export const leadFields: INodeProperties[] = [
|
||||
default: '',
|
||||
description: 'First name of the lead. Limited to 40 characters.',
|
||||
},
|
||||
{
|
||||
displayName: 'Has Opted Out of Email',
|
||||
name: 'hasOptedOutOfEmail',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description:
|
||||
'Whether the lead doesn’t want to receive email from Salesforce (true) or does (false). Label is Email Opt Out.',
|
||||
},
|
||||
{
|
||||
displayName: 'Industry',
|
||||
name: 'industry',
|
||||
|
||||
Reference in New Issue
Block a user