Enrow on Clay
Enrow is available as a native provider on Clay. You can use it directly from your Clay tables using your Clay credits:| Action | Clay Credits |
|---|---|
| Find email | 0.2 per find |
| Verify email | 0.1 per verification |
| Find phone | 20 per phone |
Using Your Own Enrow API Key
For more control and better pricing, you can use your own Enrow API key directly in Clay via the HTTP API enrichment. This requires a Clay Growth plan (starting at 446/mo annually — see pricing) which gives you access to HTTP API actions.Setup
- Open your Clay table
- Click “Add Enrichment” → search for “HTTP API”
- Configure the request:
In Clay, use
/column_name to reference columns from your table.Retrieving Results
Enrow is asynchronous — the POST returns a search ID. Two options: Option A: Webhooks (Recommended) Add a webhook URL in your request:- Add a Delay step (5-10 seconds)
- Add another HTTP API step:
Available Endpoints in Clay
| Action | Endpoint | Enrow Credits |
|---|---|---|
| Find email | POST /email/find/single | 1 per found |
| Verify email | POST /email/verify/single | 0.25 per check |
| Find phone | POST /phone/single | 50 per found |
Alternatives to Clay
Cargo — Starting at $250/mo
Cargo — Starting at $250/mo
Cargo is a more affordable alternative starting at $250/mo. It’s less restrictive and gives you more freedom in orchestration, making it a great option if you want to control your stack costs. The tradeoff is that it’s a bit more technical than Clay’s drag-and-drop tables.See Cargo Integration →
Build It Yourself with Claude
Build It Yourself with Claude
The most flexible and cost-effective option is to build your own enrichment workflows using the Enrow API directly. Use our llms-full.txt with Claude or any LLM to generate integration code in minutes.
Tips
Filter Before Enriching
Filter Before Enriching
Only enrich contacts that are missing data — filter by decision makers, target companies, or contacts without emails. This saves credits.
Use Waterfall Logic
Use Waterfall Logic
Set up Enrow as your primary source, then fall back to other providers using Clay’s “Run if” conditions.
Always Verify
Always Verify
Even with Enrow’s determinist verification, run a verification step before campaigns for maximum deliverability.
Troubleshooting
“Unauthorized” Error- Check your API key is correct
- Verify it’s in the
x-api-keyheader (notAuthorization)
- Check that company domain is valid
- Try with
company_nameinstead - Some contacts may genuinely not have findable emails
Need Help?
- Clay Documentation: clay.com/docs
- Enrow API Docs: API Overview
- Support: api@enrow.io





