Integrations / CRM
Pipedrive
Look up deals and people, move deals along, log notes and activities, and trigger workflows from Pipedrive events.
Tools
pipedrive.get_deal
Get a deal by its numeric ID, e.g. 42.
pipedrive.search_deals
Search deals by title, notes or custom fields; results carry numeric deal IDs.
pipedrive.get_person
Get a person (contact) by their numeric ID, e.g. 17.
pipedrive.search_persons
Search people by name, email, phone, notes or custom fields; results carry numeric person IDs.
pipedrive.update_deal writes
Update a deal by its numeric ID, e.g. move it to another stage or mark it won or lost.
pipedrive.add_note writes
Add a note to a deal, person or organization, given at least one numeric ID.
pipedrive.create_activity writes
Create an activity such as a call, meeting or task, optionally linked to a deal or organization by numeric ID.
pipedrive.api_get
Send a GET request to any Pipedrive API path under https://{company_domain}.pipedrive.com/api and return the response. For endpoints the named tools don't cover.
pipedrive.api_request writes
Send a POST, PUT, PATCH or DELETE request to any Pipedrive API path under https://{company_domain}.pipedrive.com/api.
Tick Allow raw writes on the connection to add api_request, which can send POST, PUT, PATCH and DELETE requests to any Pipedrive API path.
Connect
- In Pipedrive, open your account name (top right) → Company settings → Personal preferences → API, and copy your personal API token.
- Paste it as the connection's API token, and enter your company domain, the part before .pipedrive.com in your Pipedrive address.
- To trigger workflows, add a webhook under Tools and apps → Webhooks with the URL shown on the connection page, fill in the HTTP auth username and password, and paste that password on the connection.
Credentials
Triggers
In Pipedrive, go to Tools and apps → Webhooks, create a webhook with this URL for the event objects you need, set an HTTP auth username and password, and paste that password on this connection.
Events
triggerkind: pipedrive connection: pipedrive events: [create] entities: [...] sources: [...]
Your next automation is one sentence away.
14-day free trial with $5 of built-in AI included. Cancel anytime.