Authentication
Auth type: API Key Find your token in Pipedrive Settings → Personal preferences → API.Triggers
Actions
Deals
Deals
Persons & organizations
Persons & organizations
Activities & notes
Activities & notes
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Set up the Pipedrive connector in Collabase Automation: API Key authentication, 6 triggers such as Deal Created and 9 actions such as Create Deal.
| Credential | Description |
|---|---|
| API Token | Your Pipedrive personal API token |
| Company Domain | Your Pipedrive domain (e.g. yourcompany.pipedrive.com) |
| Trigger | When it fires |
|---|---|
| Deal Created | A new deal is added |
| Deal Updated | A deal’s stage, value, or details change |
| Deal Won | A deal is moved to a Won stage |
| Deal Lost | A deal is moved to a Lost stage |
| Person Created | A new person contact is created |
| Activity Created | A new activity is logged |
Deals
| Action | Key inputs | Key outputs |
|---|---|---|
| Create Deal | title, value, currency, stageId, personId, organizationId, expectedCloseDate | dealId, title, stageId |
| Update Deal | dealId, title, stageId, value, status | dealId |
| Get Deal | dealId | dealId, title, value, stage, status |
| Search Deals | term, limit | deals[], count |
Persons & organizations
| Action | Key inputs | Key outputs |
|---|---|---|
| Create Person | name, email, phone, organizationId | personId, name |
| Update Person | personId, name, email, phone | personId |
| Create Organization | name, address | organizationId, name |
Activities & notes
| Action | Key inputs | Key outputs |
|---|---|---|
| Create Activity | subject, type, dueDate, dueTime, dealId, personId, note | activityId, subject |
| Create Note | content, dealId, personId, organizationId | noteId |
