Getting Started
The integration with Hunter.io uses an API key created in Hunter. The user in Hunter must have the necessary permission to create API keys. This integration needs to be set up by each user that would like it integrated to make tool calls to Hunter.
Follow the below steps to integrate Hatz and Hunter.
Integration Process
1) Create an API key in Hunter
Login to your Hunter account and select "API" on the left menu
Either copy the default API key or create a new API key using the button in the top right and then copy it
Save the API key in a safe place
2) Integrate Hatz and Hunter
Login to Hatz, select the "Workshop" tab at the top and then select "Connections" on the left
Find the "Hunter" integration and select "Add"
Input the Hunter API key saved in Step 1 and select Connect
Verify that Hunter is integrated successfully
Available Tool Calls with Hunter Integration
Below are the tool calls available once Hunter is integrated.
HUNTER_ACCOUNT_INFORMATION | Retrieves details about your Hunter account, including plan level, usage limits, and remaining credits. |
HUNTER_COMPANY_ENRICHMENT | Provides full company details (industry, description, location, metrics) for a specific domain name. |
HUNTER_CREATE_CUSTOM_ATTRIBUTE | Creates a new custom lead attribute in your account with a unique label. |
HUNTER_CREATE_LEAD | Saves a new lead to your Hunter account with details like email, name, position, and company. |
HUNTER_CREATE_LEADS_LIST | Creates a new leads list to help organize your prospects. |
HUNTER_DELETE_CUSTOM_ATTRIBUTE | Deletes an existing custom attribute from your account using its ID. |
HUNTER_DELETE_LEAD | Removes a specific lead from your Hunter.io account using its unique ID. |
HUNTER_DELETE_LEADS_LIST | Deletes a specific leads list from your account. |
HUNTER_DOMAIN_SEARCH | Searches for all email addresses associated with a given domain or company name. |
HUNTER_EMAIL_FINDER | Finds the most likely email address for a specific person based on their name and domain/company. |
HUNTER_EMAIL_VERIFIER | Verifies the deliverability of an email address to ensure it is valid and reachable. |
HUNTER_GET_CUSTOM_ATTRIBUTE | Retrieves the label and slug for a specific custom attribute ID. |
HUNTER_GET_LEAD | Fetches the full record and details of a specific lead by its ID. |
HUNTER_GET_LEADS_LIST | Retrieves details and a list of leads contained within a specific leads list. |
HUNTER_LIST_CUSTOM_ATTRIBUTES | Lists all custom lead attributes defined in your account. |
HUNTER_LIST_LEADS | Lists all leads saved in your account with various filtering and pagination options. |
HUNTER_LIST_LEADS_LISTS | Lists all leads lists currently available in your account. |
HUNTER_UPDATE_CUSTOM_ATTRIBUTE | Updates the label of an existing custom attribute. |
HUNTER_UPDATE_LEAD | Modifies the attributes of an existing lead using its ID. |
HUNTER_UPDATE_LEADS_LIST | Renames an existing leads list in your account. |
HUNTER_UPSERT_LEAD | Creates a new lead or updates an existing one based on the email address in a single call. |




