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

# HubSpot Integration

> Connect Enrow to HubSpot to push enriched LinkedIn contacts with verified emails, phones, and company data in one click

The HubSpot integration lets you push contacts directly from LinkedIn to your HubSpot CRM — enriched with verified emails, phone numbers, and company data. No more copy-pasting. Under the hood, Enrow runs 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) used across the API, so the data written to HubSpot is verified before it lands in your CRM.

## What does the HubSpot integration do?

The HubSpot integration connects your Enrow account to your HubSpot CRM and writes enriched contact data to the fields you choose. Once connected, you can enrich a prospect from their LinkedIn profile and create or update the matching HubSpot contact in one click, with verified emails, phone numbers, and company data already filled in.

It is a dashboard-and-extension integration — you don't need to write any code. If you'd rather automate enrichment programmatically, see the [Integrations overview](/integrations/overview) for orchestrators and no-code playbooks.

## How do I connect HubSpot to Enrow?

Connect HubSpot from the Integrations page in the Enrow Dashboard, then map the fields Enrow is allowed to write to.

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

    <Warning>
      You need **admin rights** on your HubSpot account to authorize the connection. If you don't have them, ask your HubSpot 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 us 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 & 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 LinkedIn contact to HubSpot?

Use the Enrow browser extension on a prospect's LinkedIn profile to enrich and push the contact in one click. Once your HubSpot account is connected, the extension lets you:

1. Visit a prospect's **LinkedIn profile**
2. **Enrich** the contact with Enrow (email, phone, company data)
3. **Push to HubSpot** 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 HubSpot in one click.

## How are credits used?

Each enrichment performed through the integration consumes Enrow credits, just like a direct API call — finding an email, verifying it, or finding a phone number each draw from the same credit balance. Pushing an already-enriched or unenriched contact to HubSpot does not cost credits on its own. For per-action costs and how the balance is consumed, see [Credits & billing](/credits-billing).

## FAQ

<AccordionGroup>
  <Accordion title="Do I need an API key for the HubSpot integration?">
    No. The HubSpot integration is authorized through the Enrow Dashboard using OAuth, so you don't need to manage an API key for it. You only need an [API key](/authentication) if you call the Enrow API directly outside of the integration.
  </Accordion>

  <Accordion title="Will Enrow overwrite my existing HubSpot fields?">
    Only the fields you check during field mapping. Any field you leave unchecked is protected and will never be overwritten. You can adjust the mapping at any time from the Integrations page.
  </Accordion>

  <Accordion title="Can my whole team use the integration?">
    Yes, but each user must connect their own HubSpot account individually, and each needs admin rights on HubSpot to authorize read/write access.
  </Accordion>

  <Accordion title="Is the email pushed to HubSpot verified?">
    Yes. Enrow runs deterministic verification — including catch-all addresses — before pushing data, so the emails written to HubSpot are already validated. See the [Email Verifier](/api-reference/email-verifier/verify-single) for how verification works.
  </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, orchestrator, and no-code integration.
  </Card>

  <Card title="Pipedrive integration" icon="database" href="/integrations/crm/pipedrive">
    Push enriched contacts to Pipedrive 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 enrichment.
  </Card>
</CardGroup>
