Enrow

Use Enrow to find a professional email from a person's full name and company, or check an existing email's deliverability. Inspect the returned verification result before using the address downstream.

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://docs.enrow.io/api-reference/email-finder/find-single)

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
firstnamestringFirst name of the person searched
lastnamestringLast name of the person searched
company_namestringCompany name associated with the result
company_domainstringCompany domain associated with the result

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://docs.enrow.io/api-reference/email-verifier/verify-single)

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"