mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Add field "mobile phone" to lead resource (Salesforce) (#1522)
This commit is contained in:
@@ -229,6 +229,13 @@ export const leadFields = [
|
||||
default: '',
|
||||
description: 'Source from which the lead was obtained.',
|
||||
},
|
||||
{
|
||||
displayName: 'Mobile Phone',
|
||||
name: 'mobilePhone',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `Contact’s mobile phone number.`,
|
||||
},
|
||||
{
|
||||
displayName: 'Number Of Employees',
|
||||
name: 'numberOfEmployees',
|
||||
@@ -480,6 +487,13 @@ export const leadFields = [
|
||||
default: '',
|
||||
description: 'Source from which the lead was obtained.',
|
||||
},
|
||||
{
|
||||
displayName: 'Mobile Phone',
|
||||
name: 'mobilePhone',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `Contact’s mobile phone number.`,
|
||||
},
|
||||
{
|
||||
displayName: 'Number Of Employees',
|
||||
name: 'numberOfEmployees',
|
||||
|
||||
Reference in New Issue
Block a user