Icypeas

Icypeas é uma plataforma de prospecção B2B para encontrar e verificar endereços de e-mail profissionais em escala, com resultados retornados de forma assíncrona via polling.

Com o Icypeas, você pode:

  • Encontrar e-mails profissionais: Resolver um e-mail profissional provável a partir do nome de uma pessoa e do domínio da empresa.
  • Verificar e-mails existentes: Checar se um endereço de e-mail é válido e entregável antes de adicioná-lo ao seu outreach.

No Zoen, a integração do Icypeas permite que seus agentes encontrem e verifiquem e-mails profissionais dentro de um workflow — automatizando o enriquecimento de leads e mantendo listas de outreach precisas sem buscas manuais.

Usage Instructions

Integrate Icypeas to find a professional email address from a name and company domain, or verify whether an existing email is valid and deliverable. Results are returned asynchronously via polling.

Actions

icypeas_find_email

Find a professional email address from a first name, last name, and company domain or name. Submits the search and polls until a result is available. Costs 1 credit per found email (https://www.icypeas.com/pricing).

Input

ParameterTypeRequiredDescription
apiKeystringYesIcypeas API key
firstnamestringNoTarget person's first name
lastnamestringNoTarget person's last name
domainOrCompanystringYesTarget company domain (e.g. stripe.com) or company name (e.g. Stripe)

Output

ParameterTypeDescription
searchIdstringIcypeas internal search ID
statusstringTerminal search status: FOUND | DEBITED | NOT_FOUND | DEBITED_NOT_FOUND | BAD_INPUT | INSUFFICIENT_FUNDS | ABORTED
emailstringEmail address found or verified
itemjsonFull raw item object returned by the Icypeas results endpoint
firstnamestringFound person's first name
lastnamestringFound person's last name

icypeas_verify_email

Verify whether an email address is valid and deliverable. Submits the verification and polls until a result is available. Costs 0.1 credit per verification (https://www.icypeas.com/pricing).

Input

ParameterTypeRequiredDescription
apiKeystringYesIcypeas API key
emailstringYesEmail address to verify (e.g. john@stripe.com)

Output

ParameterTypeDescription
searchIdstringIcypeas internal search ID
statusstringTerminal search status: FOUND | DEBITED | NOT_FOUND | DEBITED_NOT_FOUND | BAD_INPUT | INSUFFICIENT_FUNDS | ABORTED
emailstringEmail address found or verified
itemjsonFull raw item object returned by the Icypeas results endpoint
validbooleanWhether the email is valid/deliverable (true for FOUND/DEBITED status)

On this page