Skip to main content
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 for building custom workflows. Every integration is powered by the same Email Finder, Email Verifier, and Phone Finder endpoints, and all use the same API key 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.
https://mintcdn.com/enrow/u7jW7hMaATvi51sq/public/hubspot.png?fit=max&auto=format&n=u7jW7hMaATvi51sq&q=85&s=9f6c7d5c2ad9403d77144d77ca9e05bf

HubSpot

Native integration with field mapping and write protection
https://mintcdn.com/enrow/gtFjgXfiGUMtcfDP/public/salesforce.svg?fit=max&auto=format&n=gtFjgXfiGUMtcfDP&q=85&s=245f5a0c56ee6437f0e751f0bb11c619

Salesforce

Native integration with field mapping and write protection
https://mintcdn.com/enrow/u7jW7hMaATvi51sq/public/pipedrive.png?fit=max&auto=format&n=u7jW7hMaATvi51sq&q=85&s=662c579c0832f2a933823b80c6400987

Pipedrive

Native integration with field mapping and write protection

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.
https://mintcdn.com/enrow/u7jW7hMaATvi51sq/public/clay.png?fit=max&auto=format&n=u7jW7hMaATvi51sq&q=85&s=5fcbfa77be0f7a95514e3f683c81a066

Clay

Native provider + HTTP API access on Growth plan
https://mintcdn.com/enrow/u7jW7hMaATvi51sq/public/cargo.png?fit=max&auto=format&n=u7jW7hMaATvi51sq&q=85&s=833c0ffa82e711e0a458a26713cf2cc3

Cargo

Direct API key usage on all plans — starting at $250/mo
For no-code automation platforms, the playbooks cover step-by-step setups for Make, n8n, and Zapier.

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 in the x-api-key header, and review credits & billing, rate limits, and error handling before going to production.

Use the API directly

Integrate Enrow into any tool or workflow with our REST API. Use llms-full.txt with Claude or any LLM to generate integration code in minutes.
To call the API from your own codebase, the official SDKs wrap authentication and requests for Node.js, Python, PHP, Go, Java, Swift, and Rust.

FAQ

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 in the x-api-key header.
Yes. Every enrichment — whether run through a native integration, an orchestrator, or the API — consumes credits the same way. See Credits & billing for per-endpoint costs.
Use a native CRM integration (HubSpot, Salesforce, Pipedrive) to push contacts straight into your CRM, an orchestrator (Clay, Cargo) for multi-step enrichment workflows, or the REST API when you need full control in your own code.
Yes. Asynchronous searches can notify a URL you provide through a webhook. See How webhooks work for the setup.

Next steps

API overview

Build a custom integration with the Enrow REST API.

Authentication

Pass your API key in the x-api-key header.

Playbooks

Step-by-step automations for Make, n8n, and Zapier.

SDKs

Official client libraries for seven languages.