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
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Enrow API key |
fullname | string | Yes | Full name of the person (e.g. "John Doe") |
company_domain | string | No | Company domain (e.g. "apple.com"). Preferred over company_name. |
company_name | string | No | Company name (e.g. "Apple"). Used when domain is unavailable. |
Output
| Parameter | Type | Description |
|---|---|---|
id | string | Enrow job identifier used for polling |
email | string | Email address found or verified |
qualification | string | Enrow quality result: "valid" or "invalid" |
fullname | string | Full name of the person searched |
firstname | string | First name of the person searched |
lastname | string | Last name of the person searched |
company_name | string | Company name associated with the result |
company_domain | string | Company 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
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Enrow API key |
email | string | Yes | Email address to verify (e.g. "john@example.com") |
Output
| Parameter | Type | Description |
|---|---|---|
id | string | Enrow job identifier used for polling |
email | string | Email address found or verified |
qualification | string | Enrow quality result: "valid" or "invalid" |