Add support for adding notes to leads in Pipedrive

This commit is contained in:
Jan Oberhauser 2021-09-15 11:02:36 +02:00
parent a26d8f38cd
commit b6f301fa3d

View file

@ -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',