Hunter integration (Communication, Marketing). Imported from open-connector.
https://api.hunter.io/v2/account
/combined/find
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | The email address used to enrich the person. | |
| linkedin_handle | string | optional | The LinkedIn handle used to enrich the person. |
/companies/find
| Param | Type | Required | Description |
|---|---|---|---|
| domain | string | optional | The bare company domain used to enrich the company. |
/leads
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | The lead email address. | |
| first_name | string | optional | The lead first name. |
| last_name | string | optional | The lead last name. |
| position | string | optional | The lead job position. |
| company | string | optional | The lead company name. |
| company_industry | string | optional | The lead company industry. |
| company_size | string | optional | The lead company size. |
| confidence_score | integer | optional | The confidence score associated with the lead email. |
| website | string | optional | The lead company website. |
| country_code | string | optional | The ISO 3166-1 alpha-2 country code. |
| linkedin_url | string | optional | The lead LinkedIn URL. |
| phone_number | string | optional | The lead phone number. |
| string | optional | The lead Twitter handle. | |
| notes | string | optional | Free-form notes for the lead. |
| source | string | optional | The source associated with the lead. |
| leads_list_id | integer | optional | The Hunter resource ID. |
| leads_list_ids | array | optional | Lead list IDs to attach the lead to. |
| custom_attributes | object | optional | Custom attribute values keyed by Hunter custom attribute slug. |
/leads_lists
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The name of the Hunter leads list. |
/leads/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Hunter resource ID. |
/discover
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | The natural-language query used to discover matching companies. |
| limit | integer | optional | The maximum number of companies to return. |
| offset | integer | optional | The number of companies to skip for pagination. |
| filters | object | optional | The structured filters object supported by Hunter Discover. |
/domain-search
| Param | Type | Required | Description |
|---|---|---|---|
| domain | string | optional | The domain name to search for. Required if company is not provided. |
| company | string | optional | The company name to search for. Required if domain is not provided. |
| limit | integer | optional | The maximum number of email addresses to return. |
| offset | integer | optional | The number of results to skip for pagination. |
| type | string | optional | The type of email addresses to return. |
| seniority | array | optional | The seniority filters to apply. |
| department | array | optional | The department filters to apply. |
| required_field | array | optional | The fields that must be present on each returned result. |
/email-count
| Param | Type | Required | Description |
|---|---|---|---|
| domain | string | optional | The domain name to count email addresses for. |
| company | string | optional | The company name to count email addresses for when domain is not provided. |
| type | string | optional | The type of email addresses to count. |
/email-finder
| Param | Type | Required | Description |
|---|---|---|---|
| domain | string | optional | The company domain to search. Takes precedence over company when both are provi… |
| company | string | optional | The company name to search when domain is not provided. |
| full_name | string | optional | The person's full name. Required if first_name and last_name are not both provi… |
| first_name | string | optional | The person's first name. Required with last_name when full_name is not provided. |
| last_name | string | optional | The person's last name. Required with first_name when full_name is not provided. |
| max_duration | integer | optional | The maximum duration in seconds for the finder request. |
| linkedin_handle | string | optional | The LinkedIn handle used to identify the target person. |
/email-verifier
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | The email address to verify. |
/leads/{readHunterId}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | optional | The Hunter resource ID. |
| readHunterId | string | required | Path parameter: readHunterId |
/leads_custom_attributes
/leads
| Param | Type | Required | Description |
|---|---|---|---|
| leads_list_id | integer | optional | The Hunter resource ID. |
| string | optional | Filter leads by email. | |
| first_name | string | optional | Filter leads by first name. |
| last_name | string | optional | Filter leads by last name. |
| position | string | optional | Filter leads by position. |
| company | string | optional | Filter leads by company. |
| industry | string | optional | Filter leads by industry. |
| website | string | optional | Filter leads by website. |
| country_code | string | optional | Filter leads by country code. |
| company_size | string | optional | Filter leads by company size. |
| source | string | optional | Filter leads by source. |
| string | optional | Filter leads by Twitter handle. | |
| linkedin_url | string | optional | Filter leads by LinkedIn URL. |
| phone_number | string | optional | Filter leads by phone number. |
| sync_status | string | optional | Filter leads by synchronization status. |
| sending_status | array | optional | Filter leads by sending statuses. |
| verification_status | array | optional | Filter leads by verification statuses. |
| last_activity_at | string | optional | Filter by last activity presence. |
| last_contacted_at | string | optional | Filter by last contact presence. |
| custom_attributes | object | optional | Custom attribute filters keyed by Hunter custom attribute slug. |
| query | string | optional | Search leads by first name, last name, or email. |
| limit | integer | optional | The maximum number of leads to return. |
| offset | integer | optional | The number of leads to skip for pagination. |
/leads_lists
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of lead lists to return. |
| offset | integer | optional | The number of lead lists to skip for pagination. |
/people/find
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | The email address used to enrich the person. | |
| linkedin_handle | string | optional | The LinkedIn handle used to enrich the person. |
/leads/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Hunter resource ID. |
| string | optional | The lead email address. | |
| first_name | string | optional | The lead first name. |
| last_name | string | optional | The lead last name. |
| position | string | optional | The lead job position. |
| company | string | optional | The lead company name. |
| company_industry | string | optional | The lead company industry. |
| company_size | string | optional | The lead company size. |
| confidence_score | integer | optional | The confidence score associated with the lead email. |
| website | string | optional | The lead company website. |
| country_code | string | optional | The ISO 3166-1 alpha-2 country code. |
| linkedin_url | string | optional | The lead LinkedIn URL. |
| phone_number | string | optional | The lead phone number. |
| string | optional | The lead Twitter handle. | |
| notes | string | optional | Free-form notes for the lead. |
| source | string | optional | The source associated with the lead. |
| leads_list_id | integer | optional | The Hunter resource ID. |
| leads_list_ids | array | optional | Lead list IDs to attach the lead to. |
| custom_attributes | object | optional | Custom attribute values keyed by Hunter custom attribute slug. |
/leads
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | The lead email address. | |
| first_name | string | optional | The lead first name. |
| last_name | string | optional | The lead last name. |
| position | string | optional | The lead job position. |
| company | string | optional | The lead company name. |
| company_industry | string | optional | The lead company industry. |
| company_size | string | optional | The lead company size. |
| confidence_score | integer | optional | The confidence score associated with the lead email. |
| website | string | optional | The lead company website. |
| country_code | string | optional | The ISO 3166-1 alpha-2 country code. |
| linkedin_url | string | optional | The lead LinkedIn URL. |
| phone_number | string | optional | The lead phone number. |
| string | optional | The lead Twitter handle. | |
| notes | string | optional | Free-form notes for the lead. |
| source | string | optional | The source associated with the lead. |
| leads_list_id | integer | optional | The Hunter resource ID. |
| leads_list_ids | array | optional | Lead list IDs to attach the lead to. |
| custom_attributes | object | optional | Custom attribute values keyed by Hunter custom attribute slug. |