Pipedrive integrations
Pipedrive is a customer relationship management (CRM) platform designed to help businesses manage their sales processes efficiently. It offers features for lead management, pipeline visualization, sales forecasting, and automation. Pipedrive enables sales teams to prioritize deals, track communications, and close more deals effectively.
Automate your Pipedrive workflow with premade actions
Quickly integrate Pipedrive with thousands of apps for automated workflows using our no-code toolkit or AI copilot for custom actions.Add Person
Adds a new person. See the Pipedrive API docs for People [here](https://developers.pipedrive.com/docs/api/v1/PersonsaddPerson)
Updated Person
Emit new event when a person is updated.
Updated Deal
Emit new event when a deal is updated.
Add Deal
Adds a new deal. See the Pipedrive API docs for Deals [here](https://developers.pipedrive.com/docs/api/v1/DealsaddDeal)
Search persons
Searches all Persons by name, email, phone, notes and/or custom fields. This endpoint is a wrapper of /v1/itemSearch with a narrower OAuth scope. Found Persons can be filtered by Organization ID. See the Pipedrive API docs [here](https://developers.pipedrive.com/docs/api/v1/PersonssearchPersons)
New Deal
Emit new event when a new deal is created.
Add Note
Adds a new note. For info on [adding an note in Pipedrive](https://developers.pipedrive.com/docs/api/v1/NotesaddNote)
Add Organization
Adds a new organization. See the Pipedrive API docs for Organizations [here](https://developers.pipedrive.com/docs/api/v1/OrganizationsaddOrganization)
Add Activity
Adds a new activity. Includes moreactivitiesscheduledincontext property in response's additionaldata which indicates whether there are more undone activities scheduled with the same deal, person or organization (depending on the supplied data). See the Pipedrive API docs for Activities [here](https://developers.pipedrive.com/docs/api/v1/!/Activities). For info on [adding an activity in Pipedrive](https://developers.pipedrive.com/docs/api/v1/ActivitiesaddActivity)
New Person
Emit new event when a new person is created.
Update Deal
Updates the properties of a deal. See the Pipedrive API docs for Deals [here](https://developers.pipedrive.com/docs/api/v1/DealsupdateDeal)