Icypeas

Icypeas is a B2B prospecting platform for finding and verifying professional email addresses at scale, with results returned asynchronously via polling.

With Icypeas, you can:

  • Find professional emails: Resolve a likely professional email from a person's name and their company domain.
  • Verify existing emails: Check whether an email address is valid and deliverable before adding it to your outreach.

In Sim, the Icypeas integration lets your agents find and verify professional emails inside a workflow — automating lead enrichment and keeping outreach lists accurate without manual lookups.

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