Lodol Docs

Pipedrive

API actions for the Pipedrive integration.

Pipedrive

Manage Pipedrive CRM records with API tokens to automate contacts and deals.


Create a Pipedrive deal

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

Parameters

ParameterTypeRequiredDescription
titlestringYesDeal title
valuenumberNoDeal value
currencystringNoCurrency code
person_idnumberNoRelated person ID

Response

{}

Create a Pipedrive person

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

Parameters

ParameterTypeRequiredDescription
namestringYesPerson name
emailstringNoEmail address
phonestringNoPhone number
organization_idnumberNoOrganization ID

Response

{}

Find 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 persons to return

Response

[
  {}
]

Update Pipedrive deal stage

Move a deal to a different stage.

Parameters

ParameterTypeRequiredDescription
deal_idstringYesPipedrive deal ID
stage_idstringYesTarget stage ID

Response

{}

Update a Pipedrive person

Update one or more fields on an existing person.

Parameters

ParameterTypeRequiredDescription
person_idstringYesPipedrive person ID
updatesobjectYesJSON object of fields to update

Response

{}

On this page