Overview
Add Enrow to any ModuleX agent or workflow. Find and verify B2B email addresses with triple-verified accuracy against the Enrow REST API (api.enrow.io). Resolve a professional email from a full name and company, or check the deliverability of an existing address — including deterministic handling of catch-all domains.
Categories: Sales · Enrichment · Sales Engagement · Auth: API Key · Actions: 2
Authentication
API Key Authentication
Authenticate using your Enrow API keyStep 1
Sign in to your Enrow account at https://enrow.io
Required Credentials
| Field | Description | Required | Format |
|---|---|---|---|
| Enrow API Key | Your Enrow API key from the Integrations section | Yes | - |
Available Actions
find_email — Find a verified B2B email address from a full name and company domain or name. Submits an asynchronous search and polls until the result is ready. Provide company_domain (preferred) or company_name.
find_email — Find a verified B2B email address from a full name and company domain or name. Submits an asynchronous search and polls until the result is ready. Provide company_domain (preferred) or company_name.
Parameters
Full name of the person (e.g. “John Doe”)
Company domain (e.g. “apple.com”). Preferred over company_name. Provide company_domain or company_name.
Company name (e.g. “Apple”). Used when the company domain is unavailable. Provide company_domain or company_name.
Response
verify_email — Verify the deliverability of an email address. Submits an asynchronous verification and polls until the result is ready.
verify_email — Verify the deliverability of an email address. Submits an asynchronous verification and polls until the result is ready.
Limits & Quotas
- Rate limit: roughly ~50 requests/second; keep bursts modest, especially during result polling.
- Pricing (approx., per the Enrow Starter plan):
find_emailcharges 1 credit per valid email found;verify_emailcharges 0.25 credits per verification. - Error model: non-2xx responses, request timeouts, and an
expired polling window are caught and returned as
success=Falseerrorrather than raising. Plan retries on the agent side based on the error string.