Talkr AI
Connectors

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

  1. Go to /connectors and click Connect on Pipedrive.
  2. Talkr shows you a redirect URI — register it in your Pipedrive app's OAuth settings.
  3. Enter your Pipedrive app's Client ID and Client Secret, then click Save & Authorize.
  4. 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

ActionDescriptionParameters
create_personCreate a Pipedrive person (contact).name (required), email, phone
create_dealCreate 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.

On this page