Hunter
hunterHunter is an email marketing company specializing in lead generation and data enrichment.
Acciones disponibles (21)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Account InformationHUNTER_ACCOUNT_INFORMATIONAcciónTool to retrieve information about your hunter account. use when you need to check your plan details and usage limits after confirming credentials.
HUNTER_ACCOUNT_INFORMATIONAcciónTool to retrieve information about your hunter account. use when you need to check your plan details and usage limits after confirming credentials.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Company EnrichmentHUNTER_COMPANY_ENRICHMENTAcciónTool to get enrichment information for a company by its domain. use when you need full company details (industry, description, location, metrics) from hunter.
HUNTER_COMPANY_ENRICHMENTAcciónTool to get enrichment information for a company by its domain. use when you need full company details (industry, description, location, metrics) from hunter.
Parámetros de entrada
domainstringObligatorioThe domain name for which to retrieve company information.
clearbit_formatstringWhen provided, the response will be formatted according to Clearbit's schema.
Parámetros de salida
dataobjectObligatoriometaobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create custom lead attributeHUNTER_CREATE_CUSTOM_ATTRIBUTEAcciónTool to create a new custom lead attribute in your account. use after deciding on the attribute label.
HUNTER_CREATE_CUSTOM_ATTRIBUTEAcciónTool to create a new custom lead attribute in your account. use after deciding on the attribute label.
Parámetros de entrada
labelstringObligatorioThe name (label) of your custom attribute. Must be unique.
Parámetros de salida
dataobjectObligatorioData returned after a custom attribute is created.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create LeadHUNTER_CREATE_LEADAcciónTool to create a new lead. use after gathering all prospect details to save them to your hunter account.
HUNTER_CREATE_LEADAcciónTool to create a new lead. use after gathering all prospect details to save them to your hunter account.
Parámetros de entrada
emailstringObligatorioThe email address of the lead
notesstringInternal notes about the lead
sourcestringSource where the lead was found
companystringCompany name of the lead
twitterstringTwitter handle of the lead (without @)
websitestringDomain of the lead's company, e.g. 'reddit.com'
positionstringJob title of the lead
last_namestringLast name of the lead
first_namestringFirst name of the lead
company_sizestringSize of the company, e.g. '201-500 employees'
country_codestringISO 3166-1 alpha-2 country code
linkedin_urlstringPublic LinkedIn profile URL of the lead
phone_numberstringPhone number of the lead
leads_list_idintegerID of a single leads list. Defaults to the last list created if unset
leads_list_idsinteger[]IDs of multiple leads lists. Defaults to the last list created if unset
company_industrystringIndustry of the company, e.g. 'Technology', 'Finance'
confidence_scoreintegerProbability (0–100) that the email is correct
custom_attributesobjectMap of custom attribute slug to value
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Leads ListHUNTER_CREATE_LEADS_LISTAcciónTool to create a new leads list. use when you need to organize leads into a custom list before adding leads.
HUNTER_CREATE_LEADS_LISTAcciónTool to create a new leads list. use when you need to organize leads into a custom list before adding leads.
Parámetros de entrada
namestringObligatorioThe name of the leads list to create.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Custom AttributeHUNTER_DELETE_CUSTOM_ATTRIBUTEAcciónTool to delete an existing custom attribute. use after confirming the attribute id to be removed.
HUNTER_DELETE_CUSTOM_ATTRIBUTEAcciónTool to delete an existing custom attribute. use after confirming the attribute id to be removed.
Parámetros de entrada
idintegerObligatorioIdentifier of the custom attribute to be deleted
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete LeadHUNTER_DELETE_LEADAcciónTool to delete a lead. use after confirming the lead's id to remove it from your hunter.io account.
HUNTER_DELETE_LEADAcciónTool to delete a lead. use after confirming the lead's id to remove it from your hunter.io account.
Parámetros de entrada
idintegerObligatorioThe unique identifier of the lead to be deleted.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Leads ListHUNTER_DELETE_LEADS_LISTAcciónTool to delete a leads list by its id. use after confirming the leads list id to remove it from your hunter.io account.
HUNTER_DELETE_LEADS_LISTAcciónTool to delete a leads list by its id. use after confirming the leads list id to remove it from your hunter.io account.
Parámetros de entrada
idintegerObligatorioIdentifier of the leads list to be deleted.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Domain SearchHUNTER_DOMAIN_SEARCHAcciónTool to search all email addresses for a given domain or company. use when you need public emails and metadata for outreach or enrichment.
HUNTER_DOMAIN_SEARCHAcciónTool to search all email addresses for a given domain or company. use when you need public emails and metadata for outreach or enrichment.
Parámetros de entrada
typestringFilter by email type. Either 'personal' or 'generic'.
limitintegerMaximum number of email addresses to return. Defaults to 10.
domainstringDomain name to search for. Required if company not provided.
offsetintegerNumber of email addresses to skip. Defaults to 0.
companystringCompany name to search for. Required if domain not provided.
senioritystring[]Filter by one or more seniority levels: 'junior','senior','executive'.
departmentstring[]Filter by one or more departments, e.g., 'executive','it','finance', etc.
required_fieldstring[]Filter by one or more required fields: 'full_name','position','phone_number'.
Parámetros de salida
dataobjectObligatoriometaobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Email FinderHUNTER_EMAIL_FINDERAcciónTool 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.
HUNTER_EMAIL_FINDERAcciónTool 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.
Parámetros de entrada
domainstringTarget domain to search for the email (e.g., 'reddit.com'). Takes precedence over company if both are provided.
companystringCompany name to search for the email (e.g., 'Reddit'). Used if domain is not provided.
full_namestringPerson's full name. Required if first_name and last_name are not both provided.
last_namestringPerson's last name. Required if first_name is set. Either both first_name+last_name or full_name must be provided.
first_namestringPerson's first name. Required if last_name is set. Either both first_name+last_name or full_name must be provided.
max_durationintegerMax duration of the request in seconds (range 320). Longer durations yield more accurate results.
Parámetros de salida
dataobjectObligatoriometaobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Email VerifierHUNTER_EMAIL_VERIFIERAcciónTool to verify the deliverability of an email address. use when you need to ensure an address is valid and reachable.
HUNTER_EMAIL_VERIFIERAcciónTool to verify the deliverability of an email address. use when you need to ensure an address is valid and reachable.
Parámetros de entrada
emailanyObligatorioemailThe email address to verify.
Parámetros de salida
dataobjectObligatorioVerification result data.
metaobjectObligatorioResponse metadata.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Custom AttributeHUNTER_GET_CUSTOM_ATTRIBUTEAcciónTool to retrieve details of a specific custom attribute. use when you need the label and slug for an attribute id.
HUNTER_GET_CUSTOM_ATTRIBUTEAcciónTool to retrieve details of a specific custom attribute. use when you need the label and slug for an attribute id.
Parámetros de entrada
idintegerObligatorioIdentifier of the custom attribute, must be a positive integer
Parámetros de salida
dataobjectObligatorioThe custom attribute data
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get LeadHUNTER_GET_LEADAcciónTool to retrieve details of a specific lead by id. use after confirming the lead's id to fetch its full record.
HUNTER_GET_LEADAcciónTool to retrieve details of a specific lead by id. use after confirming the lead's id to fetch its full record.
Parámetros de entrada
idintegerObligatorioThe unique identifier of the lead to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Leads ListHUNTER_GET_LEADS_LISTAcciónTool to retrieve details of a specific leads list by id. use when you need to inspect the contents of an existing leads list.
HUNTER_GET_LEADS_LISTAcciónTool to retrieve details of a specific leads list by id. use when you need to inspect the contents of an existing leads list.
Parámetros de entrada
idintegerObligatorioIdentifier of the leads list.
limitintegerA limit on the number of leads to return. Limit can range between 1 and 100.
offsetintegerThe number of leads to skip. Use this parameter to fetch paginated results.
Parámetros de salida
dataobjectObligatorioLeads list data.
metaobjectObligatorioResponse metadata including pagination info.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Custom AttributesHUNTER_LIST_CUSTOM_ATTRIBUTESAcciónTool to list all custom lead attributes in your account. use when you need to retrieve your account's custom lead attributes after authenticating.
HUNTER_LIST_CUSTOM_ATTRIBUTESAcciónTool to list all custom lead attributes in your account. use when you need to retrieve your account's custom lead attributes after authenticating.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData object containing custom attributes
metaobjectObligatorioMetadata about the result, e.g., total count
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List LeadsHUNTER_LIST_LEADSAcciónTool 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.
HUNTER_LIST_LEADSAcciónTool 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.
Parámetros de entrada
emailstringFilter leads by email address.
limitintegerNumber of leads to return (1-1000). Defaults to 20.
querystringSearch leads by first name, last name, or email.
offsetintegerNumber of leads to skip for pagination (0-100000). Defaults to 0.
companystringFilter leads by company name.
twitterstringFilter leads by Twitter handle.
websitestringFilter leads by company website.
positionstringFilter leads by position.
last_namestringFilter leads by last name.
created_atstringFilter leads by creation date (ISO-8601 format).
first_namestringFilter leads by first name.
country_codestringFilter leads by country code (ISO 3166-1 alpha-2).
linkedin_urlstringFilter leads by LinkedIn profile URL.
phone_numberstringFilter leads by phone number.
leads_list_idintegerFilter leads by a specific leads list ID.
last_activity_atstringFilter leads by last activity date (ISO-8601 format).
custom_attributesstring[]Filter leads by custom attributes.
last_contacted_atstringFilter leads by last contacted date (ISO-8601 format).
max_confidence_scoreintegerFilter leads with a maximum confidence score (0-100).
min_confidence_scoreintegerFilter leads with a minimum confidence score (0-100).
Parámetros de salida
dataobjectObligatorioLeads data.
metaobjectObligatorioResponse metadata including pagination info.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Leads ListsHUNTER_LIST_LEADS_LISTSAcciónTool to list all leads lists in your account. use when you need to retrieve and paginate through your leads lists.
HUNTER_LIST_LEADS_LISTSAcciónTool to list all leads lists in your account. use when you need to retrieve and paginate through your leads lists.
Parámetros de entrada
limitintegerA limit on the number of leads lists to be returned. Range between 1 and 100. Defaults to 20.
offsetintegerThe number of leads lists to skip for pagination. Defaults to 0.
Parámetros de salida
dataobjectObligatorioPaginated leads lists data.
metaobjectObligatorioPagination metadata including total count and params.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Custom AttributeHUNTER_UPDATE_CUSTOM_ATTRIBUTEAcciónTool to update an existing custom attribute's label. use when renaming a custom attribute after creation.
HUNTER_UPDATE_CUSTOM_ATTRIBUTEAcciónTool to update an existing custom attribute's label. use when renaming a custom attribute after creation.
Parámetros de entrada
idintegerObligatorioIdentifier of the custom attribute, must be a positive integer
labelstringObligatorioThe new label for the custom attribute. Must be unique.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update LeadHUNTER_UPDATE_LEADAcciónTool to update details of an existing lead by id. use when you need to modify saved lead attributes after creation.
HUNTER_UPDATE_LEADAcciónTool to update details of an existing lead by id. use when you need to modify saved lead attributes after creation.
Parámetros de entrada
idintegerObligatorioIdentifier of the lead to update, must be a positive integer
emailstringEmail address of the lead
notesstringPersonal notes about the lead
sourcestringSource where the lead was found
companystringCompany name of the lead
twitterstringTwitter handle of the lead
websitestringWebsite or domain of the lead's company, e.g. 'reddit.com'
positionstringJob title of the lead
last_namestringLast name of the lead
first_namestringFirst name of the lead
company_sizestringSize category of the lead's company, e.g. '201-500 employees'
country_codestringISO 3166-1 alpha-2 country code of the lead
linkedin_urlstringLinkedIn profile URL of the lead
phone_numberstringPhone number of the lead
leads_list_idintegerIdentifier of a leads list to assign the lead to
leads_list_idsinteger[]Identifiers of multiple leads lists to assign the lead to
company_industrystringIndustry sector of the lead's company, e.g. 'Technology', 'Finance'
confidence_scoreintegerConfidence score (0–100) that the email address is correct
custom_attributesobjectMap of custom attribute slugs to their values
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Leads ListHUNTER_UPDATE_LEADS_LISTAcciónTool to update the name of a specific leads list. use when renaming an existing leads list.
HUNTER_UPDATE_LEADS_LISTAcciónTool to update the name of a specific leads list. use when renaming an existing leads list.
Parámetros de entrada
idintegerObligatorioIdentifier of the leads list to update, must be a positive integer
namestringObligatorioThe new name for the leads list
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upsert LeadHUNTER_UPSERT_LEADAcciónTool 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.
HUNTER_UPSERT_LEADAcciónTool 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.
Parámetros de entrada
emailstringObligatorioThe email address of the lead
notesstringInternal notes about the lead
sourcestringSource where the lead was found
companystringCompany name of the lead
twitterstringTwitter handle of the lead (without @)
websitestringDomain of the lead's company, e.g., 'reddit.com'
positionstringJob title of the lead
last_namestringLast name of the lead
first_namestringFirst name of the lead
company_sizestringSize of the company, e.g., '201-500 employees'
country_codestringISO 3166-1 alpha-2 country code
linkedin_urlstringPublic LinkedIn profile URL of the lead
phone_numberstringPhone number of the lead
leads_list_idintegerID of a single leads list. Defaults to the last list created if unset
leads_list_idsinteger[]IDs of multiple leads lists. Defaults to the last list created if unset
company_industrystringIndustry of the company, e.g., 'Technology', 'Finance'
confidence_scoreintegerProbability (0–100) that the email is correct
custom_attributesobjectMap of custom attribute slug to value
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not