Lodol Docs

Pipedrive

API actions for the Pipedrive integration.

Pipedrive

Manage contacts and deals in Pipedrive to automate your sales pipeline.


Create a Pipedrive deal

Create a deal with optional value, currency, and linked person.

Parameters

ParameterTypeRequiredDescription
titlestringYesDeal title
valuenumberNoDeal value
currencystringNoThree-letter currency code for the deal value. Leave blank to use your account's default currency.
person_idnumberNoID of the person to link to this deal

Response

{}

Create a Pipedrive person

Create a new person with optional email, phone, and organization.

Parameters

ParameterTypeRequiredDescription
namestringYesPerson name
emailstringNoEmail address
phonestringNoPhone number
organization_idnumberNoID of the organization to link this person to

Response

{}

Find Pipedrive person by email

Look up a person using an email address.

Parameters

ParameterTypeRequiredDescription
emailstringYesEmail to search for

Response

{}

List Pipedrive persons

List a set of people from Pipedrive.

Parameters

ParameterTypeRequiredDescription
limitnumberNoMaximum number of people to return

Response

[
  {}
]

Update Pipedrive deal stage

Move a deal to a different stage.

Parameters

ParameterTypeRequiredDescription
deal_idstringYesPipedrive deal ID
stage_idstringYesID of the stage to move the deal to

Response

{}

Update a Pipedrive person

Update the name, email, phone, or organization of an existing person.

Parameters

ParameterTypeRequiredDescription
person_idstringYesPipedrive person ID
namestringNoNew name for the person
emailstringNoNew email address
phonestringNoNew phone number
organization_idnumberNoID of the organization to link this person to

Response

{}

On this page