← Tools Reference

HeyReach

HeyReach integration (Marketing). Imported from open-connector.

API key10 toolshttps://api.heyreach.io/api/public
POST
heyreach_list_campaigns
List HeyReach campaigns with optional filters and pagination.

/campaign/GetAll

5 parameters
ParamTypeRequiredDescription
offsetintegeroptionalThe number of records to skip.
limitintegeroptionalThe maximum number of records to return.
keywordstringoptionalA keyword used to filter campaigns by name.
statusesarrayoptionalCampaign statuses to include.
accountIdsarrayoptionalLinkedIn sender account IDs used to filter campaigns.
GET
heyreach_get_campaign
Retrieve one HeyReach campaign by ID.

/campaign/GetById

1 parameter
ParamTypeRequiredDescription
campaignIdintegerrequiredThe HeyReach campaign ID.
POST
heyreach_list_lists
List HeyReach lead and company lists with pagination.

/list/GetAll

2 parameters
ParamTypeRequiredDescription
offsetintegeroptionalThe number of records to skip.
limitintegeroptionalThe maximum number of records to return.
POST
heyreach_create_empty_list
Create an empty HeyReach lead or company list.

/list/CreateEmptyList

2 parameters
ParamTypeRequiredDescription
namestringrequiredThe list name.
typestringoptionalThe HeyReach list type.
POST
heyreach_list_leads
List leads from a HeyReach list with optional filters and pagination.

/list/GetLeadsFromList

8 parameters
ParamTypeRequiredDescription
listIdintegerrequiredThe HeyReach list ID.
offsetintegeroptionalThe number of records to skip.
limitintegeroptionalThe maximum number of records to return.
keywordstringoptionalA keyword used to filter leads.
createdFromstringoptionalThe earliest lead creation timestamp to include.
createdTostringoptionalThe latest lead creation timestamp to include.
leadLinkedInIdstringoptionalA LinkedIn member ID used to filter leads.
leadProfileUrlstringoptionalA LinkedIn profile URL used to filter leads.
POST
heyreach_get_lead
Retrieve HeyReach lead details by LinkedIn profile URL.

/lead/GetLead

1 parameter
ParamTypeRequiredDescription
profileUrlstringrequiredThe LinkedIn profile URL for the lead.
POST
heyreach_get_lead_tags
Retrieve tags for a HeyReach lead by LinkedIn profile URL.

/lead/GetTags

1 parameter
ParamTypeRequiredDescription
profileUrlstringrequiredThe LinkedIn profile URL for the lead.
POST
heyreach_list_linkedin_accounts
List HeyReach LinkedIn sender accounts with pagination.

/li_account/GetAll

2 parameters
ParamTypeRequiredDescription
offsetintegeroptionalThe number of records to skip.
limitintegeroptionalThe maximum number of records to return.
POST
heyreach_get_overall_stats
Retrieve aggregated HeyReach outreach stats for optional account and campaign filters.

/stats/GetOverallStats

4 parameters
ParamTypeRequiredDescription
accountIdsarrayoptionalLinkedIn sender account IDs to include. Omit or pass an empty array to include …
campaignIdsarrayoptionalHeyReach campaign IDs to include. Omit or pass an empty array to include all ca…
startDatestringoptionalThe start of the stats time range.
endDatestringoptionalThe end of the stats time range.
POST
heyreach_get_overall_stats_by_campaign
Retrieve HeyReach outreach stats grouped by campaign.

/stats/GetOverallStatsByCampaign

4 parameters
ParamTypeRequiredDescription
accountIdsarrayoptionalLinkedIn sender account IDs to include. Omit or pass an empty array to include …
campaignIdsarrayoptionalHeyReach campaign IDs to include. Omit or pass an empty array to include all ca…
startDatestringoptionalThe start of the stats time range.
endDatestringoptionalThe end of the stats time range.