mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Add support for adding notes to leads in Pipedrive
This commit is contained in:
@@ -2644,6 +2644,13 @@ export class Pipedrive implements INodeType {
|
||||
default: 0,
|
||||
description: 'ID of the deal this note will be associated with',
|
||||
},
|
||||
{
|
||||
displayName: 'Lead ID',
|
||||
name: 'lead_id',
|
||||
type: 'number',
|
||||
default: 0,
|
||||
description: 'ID of the lead this note will be associated with',
|
||||
},
|
||||
{
|
||||
displayName: 'Organization ID',
|
||||
name: 'org_id',
|
||||
@@ -3603,6 +3610,13 @@ export class Pipedrive implements INodeType {
|
||||
default: 0,
|
||||
description: 'ID of the deal this note will be associated with',
|
||||
},
|
||||
{
|
||||
displayName: 'Lead ID',
|
||||
name: 'lead_id',
|
||||
type: 'number',
|
||||
default: 0,
|
||||
description: 'ID of the lead this note will be associated with',
|
||||
},
|
||||
{
|
||||
displayName: 'Organization ID',
|
||||
name: 'org_id',
|
||||
|
||||
Reference in New Issue
Block a user