mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Add last name to contact:update on Salesforce Node (#1965)
This commit is contained in:
@@ -570,6 +570,13 @@ export const contactFields = [
|
||||
description: `references the ID of a contact in Data.com.
|
||||
If a contact has a value in this field, it means that a contact was imported as a contact from Data.com.`,
|
||||
},
|
||||
{
|
||||
displayName: 'Last Name',
|
||||
name: 'lastName',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'Last name of the contact. Limited to 80 characters.',
|
||||
},
|
||||
{
|
||||
displayName: 'Lead Source',
|
||||
name: 'leadSource',
|
||||
|
||||
Reference in New Issue
Block a user