Enrow on Cargo
Cargo is a revenue orchestration platform that lets you build enrichment workflows with full flexibility. Plans start at $250/mo (see pricing). You can use your Enrow API key directly in Cargo — all plans include HTTP API access. This gives you full control over your enrichment stack at the best cost.Setup
Step 1: Store Your API Key
- In Cargo, go to Secrets
- Add a new secret:
ENROW_API_KEYwith your key
Step 2: Add an HTTP Request Action
In your Cargo workflow, add an HTTP Request action and configure it: Find Email:Step 3: Handle Results
Use a Webhook Listener in your workflow to receive Enrow results, or add a Delay + GET step to poll for results. Map response fields to your lead:| Enrow Field | Lead Field |
|---|---|
email | |
qualification | Email Qualification |
phone | Phone |
country_code | Phone Country |
Available Endpoints
| 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 |
Cargo vs Clay
| Cargo | Clay | |
|---|---|---|
| Starting price | $250/mo | $495/mo (for API access) |
| HTTP API access | All plans | Growth plan only |
| Flexibility | Full workflow orchestration | Table-based, simpler |
| Learning curve | More technical | Easier drag-and-drop |
Cargo is the best option if you want to control your stack costs while keeping full orchestration freedom. Clay is simpler but more restrictive and more expensive for API usage.
Example Workflow
Tips
Use Webhooks for Speed
Use Webhooks for Speed
Pass a webhook URL in your Enrow requests to get results in real-time without polling.
Build a Waterfall
Build a Waterfall
Use Cargo’s conditional logic to try Enrow first, then fall back to other providers if no result.
Bulk for Large Lists
Bulk for Large Lists
For 100+ contacts, use the bulk endpoints (
/email/find/bulk, /email/verify/bulk, /phone/bulk) for better performance.Build Your Own
Want even more control? Use the Enrow API directly in your own code. Our llms-full.txt makes it easy to generate integration code with Claude or any LLM in minutes.Need Help?
- Cargo Documentation: getcargo.ai/docs
- Enrow API Docs: API Overview
- Support: api@enrow.io





