Enrow

Enrow is a B2B email-finding and verification service built for high accuracy, using triple verification — including deterministic checks on catch-all domains — so results are deliverable without a separate verifier.

With Enrow, you can:

  • Find verified B2B emails: Resolve a professional email address from a person's full name and their company name or domain.
  • Verify existing emails: Check the deliverability and validity of an email, including reliable handling of catch-all domains.

In Sim, the Enrow integration lets your agents find and verify professional emails inside a workflow — powering accurate, high-deliverability outreach and clean contact lists without manual checks.

Usage Instructions

Integrate Enrow to find verified B2B email addresses from a full name and company, or verify the deliverability of an existing email. Enrow performs deterministic verifications including catch-all emails — no additional verifier needed.

Actions

enrow_find_email

Find a verified B2B email address from a full name and company domain or name. Uses the Enrow async finder — submits a search and polls until the result is ready. Costs 1 credit per valid email found. (https://enrow.readme.io/reference/find-single-email)

Input

ParameterTypeRequiredDescription
apiKeystringYesEnrow API key
fullnamestringYesFull name of the person (e.g. "John Doe")
company_domainstringNoCompany domain (e.g. "apple.com"). Preferred over company_name.
company_namestringNoCompany name (e.g. "Apple"). Used when domain is unavailable.

Output

ParameterTypeDescription
idstringEnrow job identifier used for polling
emailstringEmail address found or verified
qualificationstringEnrow quality result: "valid" or "invalid"
fullnamestringFull name of the person searched
company_namestringCompany name associated with the result
company_domainstringCompany domain associated with the result
linkedin_urlstringLinkedIn profile URL of the person

enrow_verify_email

Verify the deliverability of an email address using the Enrow async verifier. Submits a verification request and polls until the result is ready. Costs 0.25 credits per verification. (https://enrow.readme.io/reference/verify-single-email)

Input

ParameterTypeRequiredDescription
apiKeystringYesEnrow API key
emailstringYesEmail address to verify (e.g. "john@example.com")

Output

ParameterTypeDescription
idstringEnrow job identifier used for polling
emailstringEmail address found or verified
qualificationstringEnrow quality result: "valid" or "invalid"

On this page