Hunter integration | Zervanor
← All connectors

Hunter

Also an agent tool
sales-crm

Hunter.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.

polling

New Domain Email

Poll domain-search and dedupe on the email value; no native since filter.

polling

New Lead

Filter with last_activity_at and sort by created_at for deterministic ordering.

Actions 23

What Zervanor can do in Hunter.

Leads5

GET

List Leads

Return saved leads with extensive filtering (GET /leads).

GET

Get Lead

Get one lead by id (GET /leads/{id}).

POST

Create Lead

Create a lead (POST /leads). Idempotent on email in practice.

PUT

Update Lead

Update a lead (PUT /leads/{id}). Returns 204 No Content.

DELETE

Delete Lead

Delete a lead (DELETE /leads/{id}). Returns 204 No Content.

Leads Lists5

GET

List Leads Lists

List leads lists (GET /leads_lists).

GET

Get Leads List

Get one leads list with embedded leads (GET /leads_lists/{id}).

POST

Create Leads List

Create a leads list (POST /leads_lists).

PUT

Update Leads List

Update a leads list name (PUT /leads_lists/{id}). Returns 204 No Content.

DELETE

Delete Leads List

Delete a leads list (DELETE /leads_lists/{id}). Returns 204 No Content.

Campaigns4

GET

List Campaigns

List campaigns / email sequences (GET /campaigns).

GET

List Campaign Recipients

List recipients of a campaign (GET /campaigns/{id}/recipients).

POST

Add Campaign Recipients

Add recipients to a campaign (POST /campaigns/{id}/recipients). Provide emails, lead_ids, or lead_list_id.

DELETE

Cancel Campaign Recipients

Cancel scheduled (not-yet-sent) recipients in a campaign (DELETE /campaigns/{id}/recipients).

Account1

GET

Get Account

Return the authenticated account profile and remaining usage (GET /account).

Combined1

GET

Combined Enrichment

Return person + company data from an email (GET /combined/find).

Companies1

GET

Company Enrichment

Return company data by domain (GET /companies/find).

Discover1

POST

Discover Companies

Find companies by structured filters or a natural-language query (POST /discover). Premium; paginates with limit/offset.

Domain Search1

GET

Domain Search

Return all email addresses associated with a domain or company name (GET /domain-search). Up to 100 emails per page.

Email Count1

GET

Email Count

Return the count of known emails for a domain/company (GET /email-count). Free endpoint.

Email Finder1

GET

Email Finder

Find the single most likely email for a named person at a domain/company (GET /email-finder).

Email Verifier1

GET

Email Verifier

Check deliverability of one email (GET /email-verifier). May return 202 while in progress; poll the same endpoint until final.

People1

GET

Person Enrichment

Return person data from an email or LinkedIn handle (GET /people/find).

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.