Hyreflow
Integrations

Icypeas

Email finding and verification. Key gotcha: email search is async — submit returns SCHEDULED, then poll for the result.

Reach for Icypeas to find and verify emails at a domain. Result reads are free, so polling costs nothing.

Managed creditsemail_search is 0.5 credits/result (no charge if not found), domain_search is 0.5 credits/request, email_verification is 0.1 credits/request, and result reads are free.

Capabilities

ToolDoesCost
email_searchFind an email (async → poll for result)0.5 / result (free if not found)
domain_searchFind emails at a domain0.5 / request
email_verificationVerify deliverability of an email0.1 / request
read_resultsPoll async job results by _idFree

Guidance

  • Email search is async: email_search returns SCHEDULED immediately — poll read_results with the returned _id for the final email. Plan for the delay.
  • Verify before sending: run email_verification (0.1 credits) on discovered emails; treat NOT_FOUND / DEBITED_NOT_FOUND as non-deliverable.
  • Icypeas is email-only — it has no people/company search, bulk, or count method; route bulk or people/company sourcing to AiArk or Prospeo instead.
hyreflow tools execute icypeas email_search \
  --payload '{"firstname":"Ada","lastname":"Lovelace","domain":"example.com"}'

Result reads are free — poll read_results liberally, it never costs credits.

On this page