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

# Integrations

> Connect Enrow with your CRM, enrichment orchestrators, or any tool using native integrations or the REST API

Enrow connects to your stack in two ways: native integrations that push enriched contacts directly into your CRM or enrichment orchestrator, and the [Enrow REST API](/api-overview) for building custom workflows. Every integration is powered by 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) endpoints, and all use the same [API key](/authentication) authentication.

## How do I sync enriched contacts to my CRM?

Use a native CRM integration to push enriched contacts from LinkedIn to your CRM in one click with the Enrow browser extension. Each integration includes field mapping and write protection so existing records are never overwritten.

<CardGroup cols={2}>
  <Card title="HubSpot" icon="https://mintcdn.com/enrow/u7jW7hMaATvi51sq/public/hubspot.png?fit=max&auto=format&n=u7jW7hMaATvi51sq&q=85&s=9f6c7d5c2ad9403d77144d77ca9e05bf" href="/integrations/crm/hubspot" width="256" height="256" data-path="public/hubspot.png">
    Native integration with field mapping and write protection
  </Card>

  <Card title="Salesforce" icon="https://mintcdn.com/enrow/gtFjgXfiGUMtcfDP/public/salesforce.svg?fit=max&auto=format&n=gtFjgXfiGUMtcfDP&q=85&s=245f5a0c56ee6437f0e751f0bb11c619" href="/integrations/crm/salesforce" width="273" height="191" data-path="public/salesforce.svg">
    Native integration with field mapping and write protection
  </Card>
</CardGroup>

<Card title="Pipedrive" icon="https://mintcdn.com/enrow/u7jW7hMaATvi51sq/public/pipedrive.png?fit=max&auto=format&n=u7jW7hMaATvi51sq&q=85&s=662c579c0832f2a933823b80c6400987" href="/integrations/crm/pipedrive" width="256" height="256" data-path="public/pipedrive.png">
  Native integration with field mapping and write protection
</Card>

## How do I use Enrow in an enrichment workflow?

Use an enrichment orchestrator to run Enrow inside multi-step workflows for maximum flexibility. These integrations let you enrich leads at scale and chain Enrow with other data providers.

<CardGroup cols={2}>
  <Card title="Clay" icon="https://mintcdn.com/enrow/u7jW7hMaATvi51sq/public/clay.png?fit=max&auto=format&n=u7jW7hMaATvi51sq&q=85&s=5fcbfa77be0f7a95514e3f683c81a066" href="/integrations/orchestrators/clay" width="256" height="256" data-path="public/clay.png">
    Native provider + HTTP API access on Growth plan
  </Card>

  <Card title="Cargo" icon="https://mintcdn.com/enrow/u7jW7hMaATvi51sq/public/cargo.png?fit=max&auto=format&n=u7jW7hMaATvi51sq&q=85&s=833c0ffa82e711e0a458a26713cf2cc3" href="/integrations/orchestrators/cargo" width="256" height="256" data-path="public/cargo.png">
    Direct API key usage on all plans — starting at \$250/mo
  </Card>
</CardGroup>

For no-code automation platforms, the [playbooks](/playbooks/overview) cover step-by-step setups for [Make](/playbooks/make/getting-started), [n8n](/playbooks/n8n/getting-started), and [Zapier](/playbooks/zapier/getting-started).

## How do I build a custom integration?

Integrate Enrow into any tool or workflow with the REST API. Authenticate every request with your [API key](/authentication) in the `x-api-key` header, and review [credits & billing](/credits-billing), [rate limits](/rate-limits), and [error handling](/error-handling) before going to production.

<Card title="Use the API directly" icon="code" href="/api-overview">
  Integrate Enrow into any tool or workflow with our REST API. Use [llms-full.txt](https://docs.enrow.io/llms-full.txt) with Claude or any LLM to generate integration code in minutes.
</Card>

To call the API from your own codebase, the official [SDKs](/sdks/overview) wrap authentication and requests for Node.js, Python, PHP, Go, Java, Swift, and Rust.

## FAQ

<AccordionGroup>
  <Accordion title="Do I need an API key for native integrations?">
    Native CRM integrations use the Enrow browser extension and your Enrow account, so you don't need to manage an API key directly. Orchestrators and custom integrations authenticate with your [API key](/authentication) in the `x-api-key` header.
  </Accordion>

  <Accordion title="Do integrations consume credits?">
    Yes. Every enrichment — whether run through a native integration, an orchestrator, or the API — consumes credits the same way. See [Credits & billing](/credits-billing) for per-endpoint costs.
  </Accordion>

  <Accordion title="Which integration should I choose?">
    Use a native CRM integration ([HubSpot](/integrations/crm/hubspot), [Salesforce](/integrations/crm/salesforce), [Pipedrive](/integrations/crm/pipedrive)) to push contacts straight into your CRM, an orchestrator ([Clay](/integrations/orchestrators/clay), [Cargo](/integrations/orchestrators/cargo)) for multi-step enrichment workflows, or the [REST API](/api-overview) when you need full control in your own code.
  </Accordion>

  <Accordion title="Can I get notified when an enrichment completes?">
    Yes. Asynchronous searches can notify a URL you provide through a webhook. See [How webhooks work](/how-webhooks-work) for the setup.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="API overview" icon="code" href="/api-overview">
    Build a custom integration with the Enrow REST API.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Pass your API key in the x-api-key header.
  </Card>

  <Card title="Playbooks" icon="puzzle-piece" href="/playbooks/overview">
    Step-by-step automations for Make, n8n, and Zapier.
  </Card>

  <Card title="SDKs" icon="cubes" href="/sdks/overview">
    Official client libraries for seven languages.
  </Card>
</CardGroup>
