Hyreflow
Integrations

Wiza

LinkedIn → email/phone enrichment that accepts Sales Navigator and Recruiter URLs. Key gotcha: reveals are async (start + poll); a phone reveal costs more than an email-only one.

Reach for Wiza to enrich LinkedIn profiles into email/phone — its edge over most providers is that it accepts Sales Navigator and LinkedIn Recruiter URLs, not just standard profile URLs. Strong for outbound teams working from Sales Nav lists.

Managed credits or BYOKstart_individual_reveal bills 1.0 credits per reveal by default, rising to 2.5 for a phone reveal and 3.5 for full (work + personal email + phone); charged once when the retrieved result carries data. prospect_search masked preview and get_credits are free.

Capabilities

ToolDoesCost
wiza_prospect_searchMasked preview by title/level/company/industry/location (≤ 30, no contact info)Free
wiza_start_individual_revealStart an async reveal (by profile_url, email, or name+company)1.0–3.5 cr / result
wiza_get_individual_revealPoll a reveal — terminal when status is finishedFree
wiza_create_listBulk-enrich provided items (async)1.0–3.5 cr / result
wiza_get_listPoll list statusFree
wiza_get_list_contactsFetch enriched contacts (segment required)1.0 cr / result
wiza_enrich_companySync company enrichment by domain or name1.0 cr / result
wiza_get_creditsEmail/phone/api credit balancesFree

Guidance

  • Reveals are async — start then poll: start_individual_reveal returns a job; poll get_individual_reveal until status is finished (it starts as queued). Don't skip polling.
  • Accepts Sales Nav + Recruiter URLs as well as standard LinkedIn URLs, plain email, or name + company/domain.
  • Cost scales with enrichment_levelstart_individual_reveal/create_list bill 1.0 credits by default, rising to 2.5 for a phone reveal and 3.5 for full (work + personal email + phone); charged once when the retrieved result carries data. Pick the level by what data you need.
  • Typical flow: prospect_search (free, masked) → take LinkedIn URLs → start_individual_reveal to enrich.
  • Don't expect more than 30 results from a single prospect_search.
hyreflow tools execute wiza wiza_start_individual_reveal \
  --payload '{"profile_url":"https://www.linkedin.com/in/example","enrichment_level":"partial"}'

In a waterfall: member of the email_enrichment and personal_email chains (see Integrations Overview). Note: its async reveal needs the job wrapper to participate in the sync runner.

On this page