Back to connector

LogoPipedrive Integration Development Guide

Add white-label customer-facing integration with Pipedrive into your app with just a few lines of code.

To be able to use your custom Pipedrive connector parameters, you need to create a developer account and OAuth application in Pipedrive. Follow these steps:

Get yourself a Pipedrive Sandbox Account

Developer sandbox account gives you access to Developer Hub which allows you to:

  • Perform testing in a risk-free environment
  • Build and develop an integration with Pipedrive
  • Update, maintain or delete your app

Sign up for a Pipedrive developer sandbox account here

Build your OAuth Application

Pipedrive has a great guide on how to build your app here.

If you want your app to be accessible to other users outside of your organization, you may want to create a public app and submit it for review. You can find more information about the process here.

Make sure you add the https://api.integration.app/oauth-callback as the Callback URL in your application settings.

Your app should have the following access scopes:

  • base
  • deals:full
  • mail:full
  • activities:full
  • contacts:full
  • products:full
  • users:read
  • search:read
  • admin
  • leads:full
  • goals:read

Use your OAuth Application

To connect to Pipedrive, you'll need to provide your Client ID and Client Secret as the connector parameters. You can find them in your app settings.