Hunter

Learn how to use Hunter with Composio

Overview

SLUG

HUNTER

Description

Hunter is an email marketing company specializing in lead generation and data enrichment.

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: HUNTER_ACCOUNT_INFORMATION

Tool to retrieve information about your hunter account. use when you need to check your plan details and usage limits after confirming credentials.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: HUNTER_COMPANY_ENRICHMENT

Tool to get enrichment information for a company by its domain. use when you need full company details (industry, description, location, metrics) from hunter.

Action Parameters

clearbit_format
string
domain
stringRequired

Action Response

data
objectRequired
error
string
meta
objectRequired
successful
booleanRequired

SLUG: HUNTER_CREATE_CUSTOM_ATTRIBUTE

Tool to create a new custom lead attribute in your account. use after deciding on the attribute label.

Action Parameters

label
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: HUNTER_CREATE_LEAD

Tool to create a new lead. use after gathering all prospect details to save them to your hunter account.

Action Parameters

company
string
company_industry
string
company_size
string
confidence_score
integer
country_code
string
custom_attributes
object
email
stringRequired
first_name
string
last_name
string
leads_list_id
integer
leads_list_ids
array
linkedin_url
string
notes
string
phone_number
string
position
string
source
string
twitter
string
website
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: HUNTER_CREATE_LEADS_LIST

Tool to create a new leads list. use when you need to organize leads into a custom list before adding leads.

Action Parameters

name
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: HUNTER_DELETE_CUSTOM_ATTRIBUTE

Tool to delete an existing custom attribute. use after confirming the attribute id to be removed.

Action Parameters

id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: HUNTER_DELETE_LEAD

Tool to delete a lead. use after confirming the lead's id to remove it from your hunter.io account.

Action Parameters

id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: HUNTER_DELETE_LEADS_LIST

Tool to delete a leads list by its id. use after confirming the leads list id to remove it from your hunter.io account.

Action Parameters

id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: HUNTER_EMAIL_FINDER

Tool to find the most likely email address for a person at a domain or company. use when you have a person's name and a domain or company and need to infer their email.

Action Parameters

company
string
domain
string
first_name
string
full_name
string
last_name
string
max_duration
integerDefaults to 10

Action Response

data
objectRequired
error
string
meta
objectRequired
successful
booleanRequired

SLUG: HUNTER_EMAIL_VERIFIER

Tool to verify the deliverability of an email address. use when you need to ensure an address is valid and reachable.

Action Parameters

email
Required

Action Response

data
objectRequired
error
string
meta
objectRequired
successful
booleanRequired

SLUG: HUNTER_GET_CUSTOM_ATTRIBUTE

Tool to retrieve details of a specific custom attribute. use when you need the label and slug for an attribute id.

Action Parameters

id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: HUNTER_GET_LEAD

Tool to retrieve details of a specific lead by id. use after confirming the lead's id to fetch its full record.

Action Parameters

id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: HUNTER_GET_LEADS_LIST

Tool to retrieve details of a specific leads list by id. use when you need to inspect the contents of an existing leads list.

Action Parameters

id
integerRequired
limit
integerDefaults to 20
offset
integer

Action Response

data
objectRequired
error
string
meta
objectRequired
successful
booleanRequired

SLUG: HUNTER_LIST_CUSTOM_ATTRIBUTES

Tool to list all custom lead attributes in your account. use when you need to retrieve your account's custom lead attributes after authenticating.

Action Parameters

Action Response

data
objectRequired
error
string
meta
objectRequired
successful
booleanRequired

SLUG: HUNTER_LIST_LEADS

Tool to list all leads saved in your account with optional filters. use when you need to retrieve leads with specific criteria after confirming your api key.

Action Parameters

company
string
country_code
string
created_at
string
custom_attributes
array
email
string
first_name
string
last_activity_at
string
last_contacted_at
string
last_name
string
leads_list_id
integer
limit
integerDefaults to 20
linkedin_url
string
max_confidence_score
integer
min_confidence_score
integer
offset
integer
phone_number
string
position
string
query
string
twitter
string
website
string

Action Response

data
objectRequired
error
string
meta
objectRequired
successful
booleanRequired

SLUG: HUNTER_LIST_LEADS_LISTS

Tool to list all leads lists in your account. use when you need to retrieve and paginate through your leads lists.

Action Parameters

limit
integerDefaults to 20
offset
integer

Action Response

data
objectRequired
error
string
meta
objectRequired
successful
booleanRequired

SLUG: HUNTER_UPDATE_CUSTOM_ATTRIBUTE

Tool to update an existing custom attribute's label. use when renaming a custom attribute after creation.

Action Parameters

id
integerRequired
label
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: HUNTER_UPDATE_LEAD

Tool to update details of an existing lead by id. use when you need to modify saved lead attributes after creation.

Action Parameters

company
string
company_industry
string
company_size
string
confidence_score
integer
country_code
string
custom_attributes
object
email
string
first_name
string
id
integerRequired
last_name
string
leads_list_id
integer
leads_list_ids
array
linkedin_url
string
notes
string
phone_number
string
position
string
source
string
twitter
string
website
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: HUNTER_UPDATE_LEADS_LIST

Tool to update the name of a specific leads list. use when renaming an existing leads list.

Action Parameters

id
integerRequired
name
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: HUNTER_UPSERT_LEAD

Tool to create or update a lead by email in one call. use when you want to ensure a lead exists with the provided information without checking its existence first.

Action Parameters

company
string
company_industry
string
company_size
string
confidence_score
integer
country_code
string
custom_attributes
object
email
stringRequired
first_name
string
last_name
string
leads_list_id
integer
leads_list_ids
array
linkedin_url
string
notes
string
phone_number
string
position
string
source
string
twitter
string
website
string

Action Response

data
objectRequired
error
string
successful
booleanRequired