> ## 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.

# Salesforce

> Push enriched LinkedIn contacts with verified emails, phones, and company data into Salesforce in one click

The Salesforce integration lets you push contacts directly from LinkedIn into your Salesforce CRM — enriched with verified emails, phone numbers, and company data. No more copy-pasting. This guide explains how to connect Salesforce, map your fields, and export enriched contacts using the Enrow browser extension.

## What does the Salesforce integration do?

The Salesforce integration syncs contacts from a LinkedIn profile into Salesforce, complete with the data Enrow finds and verifies. Instead of manually copying details between tabs, you enrich a prospect once and push the full record — email, phone number, and company information — into your CRM in a single click.

Under the hood, Enrow uses the same engine as the [Email Finder](/api-reference/email-finder/find-single), [Email Verifier](/api-reference/email-verifier/verify-single), and [Phone Finder](/api-reference/phone/find-single) endpoints, so the data written to Salesforce matches what the API returns.

## How do I connect Salesforce to Enrow?

Connect Salesforce from the Integrations page in your dashboard and authorize read/write access.

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

    <Warning>
      You need **admin rights** on your Salesforce account to authorize the connection. If you don't have them, ask your Salesforce 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 from your CRM with 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 your field mapping at any time from the Integrations page.
  </Step>
</Steps>

## How do I push a contact to Salesforce?

Once your CRM is connected, use the Enrow browser extension to enrich a LinkedIn contact and export it to Salesforce:

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

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

No more manual copy-paste — export a contact with all their contact and company information directly to Salesforce in one click.

## FAQ

<AccordionGroup>
  <Accordion title="Do I need admin rights to connect Salesforce?">
    Yes. Authorizing the read/write connection requires **admin rights** on your Salesforce account. If you don't have them, ask your Salesforce admin to complete the connection. Each user on your team must authorize the integration individually on their own account.
  </Accordion>

  <Accordion title="Can I stop Enrow from overwriting certain fields?">
    Yes. During field mapping, leave a field unchecked to mark it as protected — Enrow will never write to fields you don't select. You can edit this mapping at any time from the Integrations page.
  </Accordion>

  <Accordion title="Does pushing a contact use credits?">
    Enrichment consumes credits the same way the Email Finder, Email Verifier, and Phone Finder do. Pushing a LinkedIn profile without enrichment does not enrich the record. See [Credits & billing](/credits-billing) for per-endpoint costs.
  </Accordion>

  <Accordion title="Can I enrich contacts programmatically instead?">
    Yes. If you'd rather enrich at scale outside the extension, call the API directly. Start with [Authentication](/authentication) to set up your `x-api-key` header, then use the [Email Finder](/api-reference/email-finder/find-single) and [Phone Finder](/api-reference/phone/find-single) endpoints.
  </Accordion>
</AccordionGroup>

## Need help?

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

## Next steps

<CardGroup cols={2}>
  <Card title="HubSpot integration" icon="hubspot" href="/integrations/crm/hubspot">
    Push enriched contacts into HubSpot in one click.
  </Card>

  <Card title="Pipedrive integration" icon="handshake" href="/integrations/crm/pipedrive">
    Sync enriched contacts directly to your Pipedrive CRM.
  </Card>

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

  <Card title="All integrations" icon="puzzle-piece" href="/integrations/overview">
    Browse every CRM, orchestrator, and automation integration.
  </Card>
</CardGroup>
