mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
⚡ Add support for adding notes to leads in Pipedrive
This commit is contained in:
parent
a26d8f38cd
commit
b6f301fa3d
|
@ -2644,6 +2644,13 @@ export class Pipedrive implements INodeType {
|
||||||
default: 0,
|
default: 0,
|
||||||
description: 'ID of the deal this note will be associated with',
|
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',
|
displayName: 'Organization ID',
|
||||||
name: 'org_id',
|
name: 'org_id',
|
||||||
|
@ -3603,6 +3610,13 @@ export class Pipedrive implements INodeType {
|
||||||
default: 0,
|
default: 0,
|
||||||
description: 'ID of the deal this note will be associated with',
|
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',
|
displayName: 'Organization ID',
|
||||||
name: 'org_id',
|
name: 'org_id',
|
||||||
|
|
Loading…
Reference in a new issue