> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enrow.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Pipedrive Integration

> Connect Enrow to Pipedrive to push enriched LinkedIn contacts with verified emails, phone numbers, and company data in one click

The Pipedrive integration lets you push contacts directly from LinkedIn into your Pipedrive CRM — enriched with verified emails, phone numbers, and company data. Instead of copy-pasting profile details, you enrich a prospect once and export the complete record to Pipedrive in a single click.

## What does the Pipedrive integration do?

The Pipedrive integration connects your Enrow account to your Pipedrive CRM so enriched contact data flows straight into your pipeline. From a LinkedIn profile, the Enrow browser extension finds and verifies the prospect's email and phone number, gathers company data, and creates or updates the matching contact in Pipedrive — using the same [Email Finder](/api-reference/email-finder/find-single), [Email Verifier](/api-reference/email-verifier/verify-single), and [Phone Finder](/api-reference/phone/find-single) that power the Enrow API.

## How do I connect Pipedrive to Enrow?

Connect Pipedrive from the Integrations page in your Enrow Dashboard, then map your fields. The connection uses Pipedrive's authorization flow, so no API key handling is required for the integration itself.

<Steps>
  <Step title="Connect Pipedrive">
    In the [Enrow Dashboard](https://app.enrow.io), go to **Integrations** in the left menu. Click on **Pipedrive** — a window will open asking you to log in to your Pipedrive account and authorize read/write access.

    <Warning>
      You need **admin rights** on your Pipedrive account to authorize the connection. If you don't have them, ask your Pipedrive admin. If there are multiple users on your team, **each user** must go through this process individually on their own account.
    </Warning>
  </Step>

  <Step title="Map your fields">
    Once connected, map the fields in your CRM to the information Enrow will push. You can choose:

    * **Which fields Enrow can write to** — check the fields you want Enrow to update
    * **Which fields are protected** — leave unchecked the fields you don't want overwritten (e.g., last name, custom fields)

    This gives you full control over what Enrow can and can't modify in your CRM.
  </Step>

  <Step title="Save and edit anytime">
    Click **Save**. You can come back and edit the field mapping at any time from the Integrations page.
  </Step>
</Steps>

## How do I push a contact from LinkedIn to Pipedrive?

Once Pipedrive is connected, use the Enrow browser extension to enrich and export a contact in three steps:

1. Visit a prospect's **LinkedIn profile**
2. **Enrich** the contact with Enrow (email, phone, company data)
3. **Push to Pipedrive** in one click — the contact is created or updated in your CRM with all enriched data

<Info>
  Enrich the contact **before** pushing to your CRM so all fields are filled on export. You can also push without enrichment if you just want to save the LinkedIn profile data.
</Info>

Because Enrow performs deterministic verifications — validating even catch-all emails — the email and phone data that lands in Pipedrive is verified before it reaches your pipeline.

## FAQ

<AccordionGroup>
  <Accordion title="Do I need admin rights on Pipedrive?">
    Yes. Authorizing the connection requires **admin rights** on your Pipedrive account. If you don't have them, ask your Pipedrive admin to authorize access. Each team member who wants to push contacts must connect Pipedrive individually on their own account.
  </Accordion>

  <Accordion title="Can I control which Pipedrive fields Enrow updates?">
    Yes. During field mapping you choose which fields Enrow can write to and which fields are protected. Leave a field unchecked to keep Enrow from overwriting it, and edit the mapping anytime from the Integrations page.
  </Accordion>

  <Accordion title="Does the integration consume Enrow credits?">
    Enriching a contact runs Email Finder, Email Verifier, and Phone Finder, which consume credits like any other enrichment. See [Credits & billing](/credits-billing) for per-endpoint costs, and [Authentication](/authentication) if you also call the Enrow API directly.
  </Accordion>

  <Accordion title="Can I automate this instead of using the extension?">
    Yes. If you'd rather build an automated workflow, you can call the Enrow API directly or use an orchestrator. See the [Integrations overview](/integrations/overview) and [Clay](/integrations/orchestrators/clay) to connect enrichment to your CRM at scale.
  </Accordion>
</AccordionGroup>

## Need help?

* **Enrow Support**: [api@enrow.io](mailto:api@enrow.io)

## Next steps

<CardGroup cols={2}>
  <Card title="All integrations" icon="puzzle-piece" href="/integrations/overview">
    Browse every CRM and orchestrator Enrow connects to.
  </Card>

  <Card title="HubSpot integration" icon="hubspot" href="/integrations/crm/hubspot">
    Push enriched LinkedIn contacts into HubSpot in one click.
  </Card>

  <Card title="Find an email" icon="envelope" href="/api-reference/email-finder/find-single">
    Search for a professional email from a name and company.
  </Card>

  <Card title="Credits & billing" icon="coins" href="/credits-billing">
    See how credits are consumed for each endpoint.
  </Card>
</CardGroup>
