
Pipedrive API Integration Profile
Information and guides about integrating with Pipedrive API
Add Pipedrive Integration to Your AppConfiguration
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
Configure the app parameters in the integration.app platform
- Add the Pipedrive app from store in the Integration.app console
- Click Configure & Test
- In the Parameters section, select a Use custom parameters toggle / Edit Parameters
- Fill in Client Id and Client Secret
- Add scopes your application may require