1
Create an application
- Sign up for a sandbox account at https://developers.pipedrive.com/.
- Click your profile, then navigate to the developer hub page.
- Click the Create an app button.
- You can create two different types of applications:
- Public Application: This is public and can be used by anyone who uses Pipedrive. It needs to be approved by the Pipedrive team before you start using it.
- Private Application: This is private and can only be used by selected users. You don’t need to go through the application approval process.
2
Configure Basic Info
- Go to the Basic Info tab of the application.
- Fill out the required fields:
- App name: Enter a name for your application.
- Callback URL: Enter
https://api.nango.dev/oauth/callback
- Click Save to save your changes.
3
Configure OAuth and access scopes
- Navigate to the OAuth and access scopes tab.
- Configure the Access Scopes of the application based on your integration requirements.
- Scroll down to find the OAuth credentials: Client ID and Client Secret.
4
Obtain API credentials
Copy the Client ID and Client Secret from the OAuth credentials section. You’ll need these credentials when configuring your integration in Nango. You can omit the scopes field in Nango, as it’s not required when setting up your integration.
If you’re using a private application, you can skip the app review process. For public applications, go to the App review info tab to submit the application for review. Once approved, you’ll be all set.