HeyReach integration (Marketing). Imported from open-connector.
https://api.heyreach.io/api/public/campaign/GetAll
| Param | Type | Required | Description |
|---|---|---|---|
| offset | integer | optional | The number of records to skip. |
| limit | integer | optional | The maximum number of records to return. |
| keyword | string | optional | A keyword used to filter campaigns by name. |
| statuses | array | optional | Campaign statuses to include. |
| accountIds | array | optional | LinkedIn sender account IDs used to filter campaigns. |
/campaign/GetById
| Param | Type | Required | Description |
|---|---|---|---|
| campaignId | integer | required | The HeyReach campaign ID. |
/list/GetAll
| Param | Type | Required | Description |
|---|---|---|---|
| offset | integer | optional | The number of records to skip. |
| limit | integer | optional | The maximum number of records to return. |
/list/CreateEmptyList
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The list name. |
| type | string | optional | The HeyReach list type. |
/list/GetLeadsFromList
| Param | Type | Required | Description |
|---|---|---|---|
| listId | integer | required | The HeyReach list ID. |
| offset | integer | optional | The number of records to skip. |
| limit | integer | optional | The maximum number of records to return. |
| keyword | string | optional | A keyword used to filter leads. |
| createdFrom | string | optional | The earliest lead creation timestamp to include. |
| createdTo | string | optional | The latest lead creation timestamp to include. |
| leadLinkedInId | string | optional | A LinkedIn member ID used to filter leads. |
| leadProfileUrl | string | optional | A LinkedIn profile URL used to filter leads. |
/lead/GetLead
| Param | Type | Required | Description |
|---|---|---|---|
| profileUrl | string | required | The LinkedIn profile URL for the lead. |
/lead/GetTags
| Param | Type | Required | Description |
|---|---|---|---|
| profileUrl | string | required | The LinkedIn profile URL for the lead. |
/li_account/GetAll
| Param | Type | Required | Description |
|---|---|---|---|
| offset | integer | optional | The number of records to skip. |
| limit | integer | optional | The maximum number of records to return. |
/stats/GetOverallStats
| Param | Type | Required | Description |
|---|---|---|---|
| accountIds | array | optional | LinkedIn sender account IDs to include. Omit or pass an empty array to include … |
| campaignIds | array | optional | HeyReach campaign IDs to include. Omit or pass an empty array to include all ca… |
| startDate | string | optional | The start of the stats time range. |
| endDate | string | optional | The end of the stats time range. |
/stats/GetOverallStatsByCampaign
| Param | Type | Required | Description |
|---|---|---|---|
| accountIds | array | optional | LinkedIn sender account IDs to include. Omit or pass an empty array to include … |
| campaignIds | array | optional | HeyReach campaign IDs to include. Omit or pass an empty array to include all ca… |
| startDate | string | optional | The start of the stats time range. |
| endDate | string | optional | The end of the stats time range. |