Enrow é um serviço de busca e verificação de e-mails B2B feito para alta precisão, usando verificação tripla — incluindo checagens determinísticas em domínios catch-all — para que os resultados sejam entregáveis sem um verificador separado.
Com o Enrow, você pode:
- Encontrar e-mails B2B verificados: Resolver um endereço de e-mail profissional a partir do nome completo de uma pessoa e do nome ou domínio da empresa.
- Verificar e-mails existentes: Checar a entregabilidade e validade de um e-mail, incluindo tratamento confiável de domínios catch-all.
No Zoen, a integração Enrow permite que seus agentes encontrem e verifiquem e-mails profissionais dentro de um fluxo de trabalho — alimentando outreach preciso e de alta entregabilidade e listas de contatos limpas sem checagens manuais.
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
| 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 |
company_name | string | Company name associated with the result |
company_domain | string | Company domain associated with the result |
linkedin_url | string | LinkedIn 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
| 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" |