From b6f301fa3d73f171fdfbea85209e48e2ad09deb2 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Wed, 15 Sep 2021 11:02:36 +0200 Subject: [PATCH] :zap: Add support for adding notes to leads in Pipedrive --- .../nodes-base/nodes/Pipedrive/Pipedrive.node.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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',