Skip to content

Pipedrive credentials#

You can use these credentials to authenticate the following nodes:

Prerequisites#

Supported authentication methods#

  • API token
  • OAuth2

Refer to Pipedrive's developer documentation for more information about the service.

Using API token#

To configure this credential, you'll need:

  • An API Token: To get your API token, select your account name in the upper right > Company Settings > Personal Preferences > API. Refer to How to find the API token for more information.

Using OAuth2#

To configure this credential, you'll need:

  • A Client ID: Created when you register a new app.
  • A Client Secret: Created when you register a new app.

To get both, open the Developer Hub in your account and register a new public app. Copy the OAuth Redirect URL from n8n and add it as the app's Callback URL. Copy the Client ID and Client Secret from the app's OAuth & access scopes tab and add them to your n8n credential.

Be sure to add appropriate scopes to your app.

Refer to App registration form for more information on registering your app. Refer to Scopes and permissions explanations for more information on app scopes.