Pipedrive
Create Pipedrive persons and deals from a live call.
The Pipedrive connector lets your voice agents create CRM persons (contacts) and deals directly from a conversation, using your organization's own Pipedrive account.
Connect it
- Go to /connectors and click Connect on Pipedrive.
- Talkr shows you a redirect URI — register it in your Pipedrive app's OAuth settings.
- Enter your Pipedrive app's Client ID and Client Secret, then click Save & Authorize.
- You're redirected to Pipedrive's consent screen. Approve access, and you're returned to Talkr connected.
You need your own Pipedrive app (Client ID/Secret) — Talkr does not provide a shared app. Pipedrive also returns an org-specific API domain as part of authorization, so calls are automatically routed to your own Pipedrive company domain.
Actions
| Action | Description | Parameters |
|---|---|---|
create_person | Create a Pipedrive person (contact). | name (required), email, phone |
create_deal | Create a Pipedrive deal. | title (required), value, person_id |
Attach these to a workflow node like any other tool — see Tools for how tool attachment and invocation work.
Example
A lead-capture agent calls create_person with the caller's name and phone as soon as they're identified, then calls create_deal — passing the returned person_id — once the caller confirms interest in a specific offer.