heyreach-connect
HeyReach Connect
Meta-skill for HeyReach LinkedIn automation integration.
Trigger Phrases
- "heyreach" / "heyreach campaigns"
- "linkedin outreach" / "linkedin automation"
- "list campaigns" / "show campaigns"
- "campaign stats" / "campaign metrics"
- "add leads to campaign"
- "campaign leads"
- "linkedin accounts"
Pre-Flight Check (ALWAYS RUN FIRST)
python 00-system/skills/heyreach/heyreach-master/scripts/check_heyreach_config.py --json
ai_action |
What to Do |
|---|---|
proceed_with_operation |
Config OK → Continue |
prompt_for_api_key |
Ask user for API key, save to .env |
Setup Guide
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
HEYREACH API SETUP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. Log into HeyReach at https://app.heyreach.io
2. Go to Settings → API
3. Copy your API key
Paste your HeyReach API key:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Routing Table
All scripts located in: 00-system/skills/heyreach/heyreach-master/scripts/
| User Says | Script | Args |
|---|---|---|
| "list campaigns" | list_campaigns.py | [--limit N] [--json] |
| "campaign details [X]" | get_campaign.py | --campaign-id ID [--json] |
| "pause/resume [campaign]" | toggle_campaign.py | --campaign-id ID --status ACTIVE|PAUSED |
| "add leads to [campaign]" | add_leads.py | --campaign-id ID --linkedin-urls URLs |
| "leads in [campaign]" | get_leads.py | --campaign-id ID [--limit N] |
| "conversations" | get_conversations.py | [--campaign-id ID] [--limit N] |
| "linkedin accounts" | list_accounts.py | [--json] |
| "lead lists" | list_lists.py | [--limit N] |
| "create list [name]" | create_list.py | --name NAME |
| "analytics/stats" | get_stats.py | [--json] |
| "metrics for [campaign]" | get_metrics.py | --campaign-id ID |
Example Workflows
List Campaigns
python 00-system/skills/heyreach/heyreach-master/scripts/list_campaigns.py --json
Add Leads
python 00-system/skills/heyreach/heyreach-master/scripts/add_leads.py \
--campaign-id camp-123 \
--linkedin-urls "linkedin.com/in/user1,linkedin.com/in/user2"
Get Stats
python 00-system/skills/heyreach/heyreach-master/scripts/get_stats.py --json
Error Handling
| Error | Solution |
|---|---|
| 401 | Invalid API key - re-run setup |
| 403 | API not available for subscription |
| 404 | Campaign/lead not found |
| 429 | Rate limited (auto-retry) |
Version: 1.0
More from abdullahbeam/nexus-design-abdullah
mental-models
Load when user says "mental model", "think through this", "structured thinking", "help me decide", "analyze this problem", "first principles", "pre-mortem", "stakeholder mapping", "what framework should I use", or any specific model name. Provides 59 thinking frameworks for decision-making, problem decomposition, and strategic analysis.
64notion-connect
Connect to any Notion database by name. Load when user mentions 'notion', 'connect notion', 'setup notion', 'query [database-name]', 'add to [database]', 'notion databases', or any database name from persistent context. Meta-skill that discovers workspace, caches schemas, and routes to appropriate operations.
24google-tasks
Manage Google Tasks and task lists. Load when user mentions 'google tasks', 'tasks', 'todo list', 'create task', 'complete task', or references task/todo management.
21google-sheets
Read and write Google Sheets data. Load when user mentions 'google sheets', 'spreadsheet', 'update sheet', 'read sheet', 'append to sheet', or references extracting data to update a tracking sheet.
20airtable-master
Shared resource library for Airtable integration skills. DO NOT load directly - provides common references (setup, API docs, error handling, field types) and scripts used by airtable-connect, airtable-query, and airtable-sync.
19google-integration
Complete Google Workspace integration (Gmail, Docs, Sheets, Calendar, Drive, Tasks, Slides). Load when user mentions 'google', 'gmail', 'email', 'google docs', 'google sheets', 'spreadsheet', 'google calendar', 'schedule meeting', 'calendar', 'google drive', 'upload file', 'download file', 'google tasks', 'todo', 'google slides', 'presentation', or any Google service operation.
18