Skip to content

Conversation

@bensabic
Copy link
Contributor

@bensabic bensabic commented Dec 3, 2025

Summary

Adds Hunter plugin with the following action:

  • Enrich Lead: Get data on a lead and their company using Hunter's enrichment APIs

Accepts an email address with three enrichment types:

  • Individual: Person data only via /v2/people/find
  • Company: Organization data only via /v2/companies/find
  • Combined: Both person and company data via /v2/combined/find

Test plan

  • Connection test validates API key via /v2/account endpoint
  • Enrich Lead action executes successfully with valid email
  • Invalid email format returns appropriate error
  • Individual enrichment returns person data only
  • Company enrichment returns organization data only
  • Combined enrichment returns both person and company data
  • Error handling works for invalid API keys and emails not found

@vercel
Copy link
Contributor

vercel bot commented Dec 3, 2025

@bensabic is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant