Hyreflow
Integrations

Enrichley

Email validation with strong catch-all / risky-address handling — the final deliverability gate before sending. Provider-metered.

Use Enrichley as the final deliverability gate before a send: validate emails (from Apollo/Lusha/LeadMagic/FullEnrich), drop the undeliverable, and keep the catch-alls it clears.

Managed credits or BYOKvalidate_email is 0.25 credits/validation. Auth is the x-api-key header (ENRICHLEY_API_KEY).

Capabilities

ToolDoesCost
validate_emailValidate one email; specialises in catch-all / risky verdicts0.25 credits/validation

Guidance

  • Run it last — as the deliverability gate after sourcing/enrichment, not as a finder.
  • Its strength is catch-all and risky-address handling; trust it to clear catch-alls other validators flag as unknown.
  • Loop per-row deterministically for volume — there's no native bulk method.
  • Rate limit ~10 req/s, 10 concurrent.
hyreflow tools execute enrichley validate_email \
  --payload '{"email":"[email protected]"}'

Place Enrichley after the email-enrichment waterfall: enrich first, then validate the winners here before pushing to a sequencer — see Integrations Overview.

On this page