diff --git a/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts b/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts index 1d52d16133..97b712e619 100644 --- a/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts +++ b/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts @@ -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',