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 key1
Step 1
Sign in to your Enrow account at https://enrow.io
2
Step 2
Open the Integrations section of your account settings
3
Step 3
Copy your API key (or create a new one)
4
Step 4
Paste the API key below
Required Credentials
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
string
required
Full name of the person (e.g. “John Doe”)
string
Company domain (e.g. “apple.com”). Preferred over company_name. Provide company_domain or company_name.
string
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.