Heyreach

Heyreach

HeyReach is a multichannel outreach platform designed to help businesses and professionals engage with their audience effectively.

86VIEWS
2260USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app heyreachnpx @composio/cli add cursor --app heyreachnpx @composio/cli add cursor --app heyreachnpx @composio/cli add cursor --app heyreach

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Check Api Key

Tool to check if the api key is valid. use before making other api calls to confirm authentication.

Create Empty List

Tool to create an empty list. use after deciding on list name and type.

Create Webhook

Tool to create a new webhook. use when you need programmatic callbacks for heyreach events after confirming a valid api key.

Delete Webhook

Tool to delete an existing webhook. use when you need to remove callbacks for outdated or unwanted webhooks.

Get All Campaigns

Tool to retrieve all campaigns. use when you need a paginated list of campaigns for management or reporting.

Get All Leads

Tool to retrieve all leads in a heyreach list. use when you need paginated collection of leads after confirming a valid api key.

Get All Linkedin Accounts

Tool to retrieve all linkedin accounts. use when you need a paginated list of linkedin accounts after confirming a valid api key.

Get All Lists

Tool to retrieve all lists. use when you need a paginated list of lists after confirming a valid api key.

Get All Webhooks

Tool to retrieve all webhooks. use when you need a paginated collection of webhooks after confirming a valid api key.

Get Companies From List

Tool to get companies from a company list. use when you need a paginated list of companies after specifying a list id.

Get Conversations V2

Tool to retrieve paginated linkedin conversations with advanced filters. use when you need to fetch inbox conversations filtered by lead or profile details.

Get Lead

Tool to retrieve detailed information for a lead by profile url. use after obtaining the exact linkedin profile url to fetch full lead details.

Get Leads From List

Tool to get a paginated list of leads from a lead list. use when you need to filter and page through leads for a specific list.

Get My Network For Sender

Tool to get the linkedin network for a specified sender account. use when you need to retrieve paginated connections for a sender.

Get Webhook By Id

Tool to retrieve a webhook by its id. use when you need detailed configuration of a specific webhook after listing or creating it.

Update Webhook

Tool to update an existing webhook’s configuration. use when you need to modify a webhook's name, url, event type, campaigns, or activation status after confirming the webhookid.

16 actions available