Pipedrive credentials
You can use these credentials to authenticate the following nodes:
Supported authentication methods
- API token
- OAuth2
Related resources
Refer to Pipedrive's developer documentation for more information about the service.
Using API token
To configure this credential, you'll need a Pipedrive account and:
- An API Token
To get your API token:
- Open your API Personal Preferences.
- Copy Your personal API token and enter it in your Otera credential.
If you have multiple companies, you'll need to select the correct company first:
- Select your account name and be sure you're viewing the correct company.
- Then select Company Settings.
- Select Personal Preferences.
- Select the API tab.
- Copy Your personal API token and enter it in your Otera credential.
Refer to How to find the API token for more information.
Using OAuth2
To configure this credential, you'll need a Pipedrive developer sandbox account and:
- A Client ID
- A Client Secret
To get both, you'll need to register a new app:
-
Select your profile name in the upper right corner.
-
Find the company name of your sandbox account and select Developer Hub.
No Developer HubIf you don't see Developer Hub in your account dropdown, sign up for a developer sandbox account.
-
Select Create an app.
-
Select Create public app. The app's Basic info tab opens.
-
Enter an App name for your app, like
Otera integration. -
Copy the OAuth Redirect URL from Otera and add it as the app's Callback URL.
-
Select Save. The app's OAuth & access scopes tab opens.
-
Turn on appropriate Scopes for your app. Refer to Pipedrive node scopes and Pipedrive Trigger node scopes below for more guidance.
-
Copy the Client ID and enter it in your Otera credential.
-
Copy the Client Secret and enter it in your Otera credential.
Refer to Registering a public app for more information.
Pipedrive node scopes
The scopes you add to your app depend on which node(s) you want to use it for in Otera and what actions you want to complete with those.
Scopes you may need for the Pipedrive node:
The scopes for Files and Notes depend on which object they relate to:
- Files relate to Deals, Activities, or Contacts.
- Notes relate to Deals or Contacts.
Refer to those objects' scopes.
The Pipedrive node also supports Custom API calls. Add relevant scopes for whatever custom API calls you intend to make.
Refer to Scopes and permissions explanations for more information.
Pipedrive Trigger node scopes
The Pipedrive Trigger node requires the Webhooks: Full access (webhooks:full) scope.