Hunter · Arazzo Workflow

Hunter Enrich Email To Lead

Version 1.0.0

Combined-enrich an email into person and company data, then upsert a fully populated lead.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub Email FinderEmail VerifierLead GenerationOutreachProspectingEnrichmentSalesMarketingArazzoWorkflows

Provider

hunter-io

Workflows

enrich-email-to-lead
Enrich an email into person and company data and upsert a populated lead.
Runs combined enrichment on an email then upserts a lead populated with the returned person and company fields.
2 steps inputs: apiKey, email outputs: companyName, industry, leadId
1
enrichCombined
Return both person and company enrichment blocks for the email in a single call.
2
upsertLead
Upsert a lead by email match, populated with the enriched person and company fields.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Hunter Enrich Email To Lead
  summary: Combined-enrich an email into person and company data, then upsert a fully populated lead.
  description: >-
    Turns a bare email address into a rich, list-ready lead. The Combined
    Enrichment endpoint returns both the person block (name, role, seniority,
    social handles) and the company block (industry, location, metrics) for the
    address, and the flow then upserts a lead populated from that enrichment so
    the record carries position, company, industry, and LinkedIn URL rather than
    just an email. Upserting by email match keeps re-runs idempotent. Every
    request inlines the api_key query parameter.
  version: 1.0.0
sourceDescriptions:
- name: enrichmentApi
  url: ../openapi/hunter-io-enrichment-api-openapi.yml
  type: openapi
- name: leadsApi
  url: ../openapi/hunter-io-leads-api-openapi.yml
  type: openapi
workflows:
- workflowId: enrich-email-to-lead
  summary: Enrich an email into person and company data and upsert a populated lead.
  description: >-
    Runs combined enrichment on an email then upserts a lead populated with the
    returned person and company fields.
  inputs:
    type: object
    required:
    - apiKey
    - email
    properties:
      apiKey:
        type: string
        description: Your Hunter API key, passed as the api_key query parameter.
      email:
        type: string
        description: The email address to enrich and turn into a lead.
  steps:
  - stepId: enrichCombined
    description: >-
      Return both person and company enrichment blocks for the email in a single
      call.
    operationId: enrichCombined
    parameters:
    - name: email
      in: query
      value: $inputs.email
    - name: api_key
      in: query
      value: $inputs.apiKey
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      firstName: $response.body#/data/person/name/givenName
      lastName: $response.body#/data/person/name/familyName
      title: $response.body#/data/person/employment/title
      linkedinHandle: $response.body#/data/person/linkedin/handle
      companyName: $response.body#/data/company/name
      companyDomain: $response.body#/data/company/domain
      industry: $response.body#/data/company/category/industry
  - stepId: upsertLead
    description: >-
      Upsert a lead by email match, populated with the enriched person and
      company fields.
    operationId: upsertLead
    parameters:
    - name: api_key
      in: query
      value: $inputs.apiKey
    requestBody:
      contentType: application/json
      payload:
        email: $inputs.email
        first_name: $steps.enrichCombined.outputs.firstName
        last_name: $steps.enrichCombined.outputs.lastName
        position: $steps.enrichCombined.outputs.title
        company: $steps.enrichCombined.outputs.companyName
        company_industry: $steps.enrichCombined.outputs.industry
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      leadId: $response.body#/data/id
  outputs:
    companyName: $steps.enrichCombined.outputs.companyName
    industry: $steps.enrichCombined.outputs.industry
    leadId: $steps.upsertLead.outputs.leadId

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/hunter-io-enrich-email-to-lead-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.