Hunter
Also an agent toolHunter.io email finder, verifier, enrichment, and lead/campaign management via the v2 REST API
23 actions · 2 triggers
The Hunter integration lets you connect Hunter to your automations with 23 actions and 2 triggers — and every action is also a tool an AI agent can call. Examples: Discover Companies, Domain Search, Email Finder, Email Verifier, Email Count. No blank-canvas wiring — connect it and use it in your workflows.
Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.
Triggers 2
Events in Hunter that can start a workflow.
New Domain Email
Poll domain-search and dedupe on the email value; no native since filter.
New Lead
Filter with last_activity_at and sort by created_at for deterministic ordering.
Actions 23
What Zervanor can do in Hunter.
Leads5
List Leads
Return saved leads with extensive filtering (GET /leads).
Get Lead
Get one lead by id (GET /leads/{id}).
Create Lead
Create a lead (POST /leads). Idempotent on email in practice.
Update Lead
Update a lead (PUT /leads/{id}). Returns 204 No Content.
Delete Lead
Delete a lead (DELETE /leads/{id}). Returns 204 No Content.
Leads Lists5
List Leads Lists
List leads lists (GET /leads_lists).
Get Leads List
Get one leads list with embedded leads (GET /leads_lists/{id}).
Create Leads List
Create a leads list (POST /leads_lists).
Update Leads List
Update a leads list name (PUT /leads_lists/{id}). Returns 204 No Content.
Delete Leads List
Delete a leads list (DELETE /leads_lists/{id}). Returns 204 No Content.
Campaigns4
List Campaigns
List campaigns / email sequences (GET /campaigns).
List Campaign Recipients
List recipients of a campaign (GET /campaigns/{id}/recipients).
Add Campaign Recipients
Add recipients to a campaign (POST /campaigns/{id}/recipients). Provide emails, lead_ids, or lead_list_id.
Cancel Campaign Recipients
Cancel scheduled (not-yet-sent) recipients in a campaign (DELETE /campaigns/{id}/recipients).
Account1
Get Account
Return the authenticated account profile and remaining usage (GET /account).
Combined1
Combined Enrichment
Return person + company data from an email (GET /combined/find).
Companies1
Company Enrichment
Return company data by domain (GET /companies/find).
Discover1
Discover Companies
Find companies by structured filters or a natural-language query (POST /discover). Premium; paginates with limit/offset.
Domain Search1
Domain Search
Return all email addresses associated with a domain or company name (GET /domain-search). Up to 100 emails per page.
Email Count1
Email Count
Return the count of known emails for a domain/company (GET /email-count). Free endpoint.
Email Finder1
Email Finder
Find the single most likely email for a named person at a domain/company (GET /email-finder).
Email Verifier1
Email Verifier
Check deliverability of one email (GET /email-verifier). May return 202 while in progress; poll the same endpoint until final.
People1
Person Enrichment
Return person data from an email or LinkedIn handle (GET /people/find).
Nothing matches your search.
Automations using Hunter
Build your own automation with Hunter in the visual builder.
Frequently asked questions
What can I automate with Hunter?
23 actions are available — for example: Discover Companies, Domain Search, Email Finder, Email Verifier, Email Count, and more.
Which Hunter events can start a workflow?
2 triggers — for example: New Domain Email, New Lead.
Can Hunter be used as an AI agent tool?
Yes. Every Hunter action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.
How is the Hunter integration modelled?
Hunter is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.