Skip to main content

Documentation Index

Fetch the complete documentation index at: https://nango.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

πŸš€ Quickstart

Connect to Pipedrive with Nango and see data flow in 2 minutes.
1

Create the integration

In Nango (free signup), go to Integrations -> Configure New Integration -> Pipedrive.
2

Authorize Pipedrive

Go to Connections -> Add Test Connection -> Authorize, then log in to Pipedrive. Later, you’ll let your users do the same directly from your app.
3

Call the Pipedrive API

Let’s make your first request to the Pipedrive API (get a list of deals). Replace the placeholders below with your secret key, integration ID, and connection ID:
curl "https://api.nango.dev/proxy/v2/deals?limit=10" \
  -H "Authorization: Bearer <NANGO-SECRET-KEY>" \
  -H "Provider-Config-Key: <INTEGRATION-ID>" \
  -H "Connection-Id: <CONNECTION-ID>"
Or fetch credentials with the Node SDK or API.βœ… You’re connected! Check the Logs tab in Nango to inspect requests.
4

Implement Nango in your app

Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.

πŸ“š Pipedrive Integration Guides

Nango-maintained guides for common use cases. Official docs: Pipedrive OAuth 2.0 Documentation, Pipedrive API Documentation

🧩 Pre-built syncs & actions for Pipedrive

Enable them in your dashboard. Extend and customize to fit your needs.

Activities

Function nameDescriptionTypeSource code
create-activityCreate a new activity in Pipedrive.ActionπŸ”— Github
delete-activityDelete or archive a activity in Pipedrive.ActionπŸ”— Github
get-activityRetrieve a single activity from Pipedrive.ActionπŸ”— Github
list-activitiesList activities from PipedriveActionπŸ”— Github
update-activityUpdate a activity in PipedriveActionπŸ”— Github

Deals

Function nameDescriptionTypeSource code
create-dealCreate a deal in PipedriveActionπŸ”— Github
delete-dealDelete or archive a deal in Pipedrive.ActionπŸ”— Github
get-dealRetrieve a single deal from Pipedrive.ActionπŸ”— Github
list-dealsList deals from PipedriveActionπŸ”— Github
update-dealUpdate a deal in PipedriveActionπŸ”— Github

Leads

Function nameDescriptionTypeSource code
create-leadCreate a lead in PipedriveActionπŸ”— Github
delete-leadDelete or archive a lead in Pipedrive.ActionπŸ”— Github
get-leadRetrieve a single lead from Pipedrive.ActionπŸ”— Github
list-leadsList leads from Pipedrive.ActionπŸ”— Github

Notes

Function nameDescriptionTypeSource code
create-noteCreate a note in Pipedrive.ActionπŸ”— Github
delete-noteDelete or archive a note in PipedriveActionπŸ”— Github
get-noteRetrieve a single note from Pipedrive.ActionπŸ”— Github
update-noteUpdate a note in Pipedrive.ActionπŸ”— Github

Organizations

Function nameDescriptionTypeSource code
create-organizationCreate a organization in Pipedrive.ActionπŸ”— Github
delete-organizationDelete or archive a organization in Pipedrive.ActionπŸ”— Github
get-organizationRetrieve a single organization from Pipedrive.ActionπŸ”— Github
list-organizationsList organizations from Pipedrive.ActionπŸ”— Github
update-organizationUpdate a organization in Pipedrive.ActionπŸ”— Github

Persons

Function nameDescriptionTypeSource code
create-personCreate a person in Pipedrive.ActionπŸ”— Github
delete-personDelete or archive a person in Pipedrive.ActionπŸ”— Github
get-personRetrieve a single person from Pipedrive.ActionπŸ”— Github
list-personsList persons from PipedriveActionπŸ”— Github
update-personUpdate a person in PipedriveActionπŸ”— Github

Pipelines

Function nameDescriptionTypeSource code
create-pipelineCreate a pipeline in PipedriveActionπŸ”— Github
delete-pipelineDelete or archive a pipeline in PipedriveActionπŸ”— Github
get-pipelineRetrieve a single pipeline from Pipedrive.ActionπŸ”— Github
list-pipelinesList pipelines from PipedriveActionπŸ”— Github
update-pipelineUpdate a pipeline in PipedriveActionπŸ”— Github

Products

Function nameDescriptionTypeSource code
create-productCreate a product in Pipedrive.ActionπŸ”— Github
delete-productDelete or archive a product in Pipedrive.ActionπŸ”— Github
get-productRetrieve a single product from Pipedrive.ActionπŸ”— Github
list-productsList products from Pipedrive.ActionπŸ”— Github
update-productUpdate a product in Pipedrive.ActionπŸ”— Github

Stages

Function nameDescriptionTypeSource code
create-stageCreate a stage in PipedriveActionπŸ”— Github
delete-stageDelete or archive a stage in Pipedrive.ActionπŸ”— Github
get-stageRetrieve a single stage from Pipedrive.ActionπŸ”— Github
list-stagesList stages from PipedriveActionπŸ”— Github
update-stageUpdate a stage in PipedriveActionπŸ”— Github

Users

Function nameDescriptionTypeSource code
get-userRetrieve a single user from Pipedrive.ActionπŸ”— Github
list-usersList users from PipedriveActionπŸ”— Github

Others

Function nameDescriptionTypeSource code
list-notesList notes from Pipedrive.ActionπŸ”— Github
update-leadUpdate a lead in PipedriveActionπŸ”— Github
activitiesSync activities from PipedriveSyncπŸ”— Github
dealsSync deals from Pipedrive.SyncπŸ”— Github
leadsSync leads from Pipedrive.SyncπŸ”— Github
notesSync notes from PipedriveSyncπŸ”— Github
organizationsSync organizations from Pipedrive.SyncπŸ”— Github
personsSync persons from Pipedrive.SyncπŸ”— Github
pipelinesSync pipelines from Pipedrive.SyncπŸ”— Github
productsSync products from Pipedrive.SyncπŸ”— Github
stagesSync stages from PipedriveSyncπŸ”— Github
usersSync users from Pipedrive.SyncπŸ”— Github