--- title: 'Pipedrive' description: 'Sales CRM for managing deals, contacts, and activities via the Pipedrive API.' --- # Pipedrive Sales CRM for managing deals, contacts, and activities via the Pipedrive API. | Detail | Value | |---|---| | Category | CRM | | Base URL | `https://api.pipedrive.com/v1` | | Authentication | API Key (Query) | | Endpoints | 6 | | Connector key | `pipedrive` | ## Using Pipedrive in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Pipedrive** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /persons](./get_persons_crm_listpersons) | List all persons | | [POST /persons](./post_persons_crm_createperson) | Create a person | | [GET /deals](./get_deals_crm_listdeals) | List all deals | | [POST /deals](./post_deals_crm_createdeal) | Create a deal | | [GET /organizations](./get_organizations_crm_listorganizations) | List all organizations | | [GET /activities](./get_activities_crm_listactivities) | List all activities | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.