heyreach-master

Centralize HeyReach API integration resources for shared use across skills.

2|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill heyreach-master-abdullahbeam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heyreach-master
Source: https://github.com/abdullahbeam/nexus-design-abdullah/tree/main/00-system/skills/heyreach/heyreach-master
Command: npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill heyreach-master-abdullahbeam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the redundant duplication of HeyReach API integration content including setup instructions, API documentation, authentication flows, and error handling logic across multiple individual HeyReach skills, reducing context bloat and maintenance overhead for teams building HeyReach automation workflows.

Core Features & Use Cases

  • Shared API Client: Pre-built HeyReach API client with automatic retry logic, rate limit handling, and consistent error responses for all API operations.
  • Configuration Validation: Pre-flight config checker that validates API key setup and provides actionable guidance for resolving configuration issues.
  • Comprehensive References: Complete setup guide, full API endpoint documentation, and troubleshooting error handling guide for all HeyReach API operations.
  • Operation Scripts: Ready-to-use scripts for common HeyReach tasks including listing campaigns, adding leads, retrieving metrics, and managing lead lists.
  • Use Case: A marketing team building multiple HeyReach outreach automation skills can reference this master library instead of duplicating API client code and setup instructions in each individual skill, ensuring consistent behavior and easier updates.

Quick Start

Use the heyreach-master skill to validate your HeyReach API configuration and retrieve a list of all your active outreach campaigns.

Frequently Asked Questions about heyreach-master

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage HeyReach API authentication and rate limits for outreach campaigns?

You can validate your HeyReach API configuration using the pre-flight config checker, which verifies API key setup and provides actionable guidance for resolving configuration issues before executing campaign operations.

What is the best way to add leads to HeyReach campaigns using an API client?

Ready-to-use operation scripts allow you to add leads to HeyReach campaigns directly through the API client, managing lead processing while automatically handling rate limits and returning consistent error responses for troubleshooting.

Can I retrieve HeyReach campaign analytics and conversation tracking data via API?

Yes, the HeyReach API client supports retrieving campaign metrics and conversation tracking data through dedicated operation scripts, applying consistent error handling and retry logic for reliable analytics retrieval.

Do I need the requests library to use this HeyReach API integration?

Yes, the requests library is a required dependency for making HTTP requests to the HeyReach API, enabling the shared API client to execute campaign management and lead processing operations with automatic retry logic.

Why should I use a shared library for HeyReach API integration instead of duplicating code?

A shared library eliminates duplicated HeyReach API integration content across multiple skills, reducing context bloat and maintenance overhead while ensuring consistent behavior for API authentication, error handling, and rate limit management.

How do I troubleshoot HeyReach API errors when campaign management requests fail?

A comprehensive troubleshooting guide covers all HeyReach API operations, providing detailed error handling logic and actionable resolution steps for configuration validation issues, rate limit handling, and request retry failures.