OAuth providers
Pipedrive
Set up Pipedrive OAuth for sales CRM and pipeline management
Overview
Section titled “Overview”Connect your users to Pipedrive for sales pipeline management, contact tracking, deal management, and activity logging.
| Property | Value |
|---|---|
| Provider ID | pipedrive |
| Category | CRM & Sales |
| PKCE | Supported |
| Token refresh | Automatic |
| Redirect URI | Shown in Developer Portal |
Step 1: Create a Pipedrive OAuth App
Section titled “Step 1: Create a Pipedrive OAuth App”Go to the Pipedrive Developer Hub
Navigate to developers.pipedrive.com and sign in.
Create a new app
Go to Your Apps and click Create an app. Fill in the app name and details.
Configure the redirect URI
Under OAuth & Access scopes, add the Alter callback URL from the Developer Portal to the Callback URL field.
Get credentials
Copy the Client ID and Client Secret.
Step 2: Add to Alter Vault
Section titled “Step 2: Add to Alter Vault”Open the Developer Portal
Go to portal.alterauth.com and navigate to the application.
Add Pipedrive provider
Go to OAuth Providers > Add Provider > Pipedrive.
Enter credentials
- Client ID: Paste your Pipedrive Client ID
- Client Secret: Paste your Pipedrive Client Secret
Select scopes
Choose the scopes the application needs.
Save
Click Save. The provider is now active.
Available Scopes
Section titled “Available Scopes”| Scope | Description |
|---|---|
deals:read | Read deal data |
deals:write | Create and manage deals |
contacts:read | Read contact and person data |
contacts:write | Create and manage contacts |
activities:read | Read activity data |
activities:write | Create and manage activities |
- See the Pipedrive OAuth authorization documentation for more details.