HeyReach API icon

HeyReach API

Interact with HeyReach API

Overview

The node interacts with the HeyReach API to retrieve detailed information about a specific campaign. It is designed to fetch data for a single campaign identified by its unique ID. This functionality is useful in marketing automation workflows where you need to access campaign details such as status, performance metrics, or configuration settings.

Practical examples include:

  • Fetching campaign details to display in a dashboard.
  • Using campaign data to trigger conditional logic in an automation.
  • Integrating campaign information into reports or other systems.

Properties

Name Meaning
Campaign ID The ID of the campaign to retrieve. This is a required numeric identifier specifying which campaign's details to fetch.

Output

The node outputs JSON data representing the full details of the requested campaign. This typically includes fields such as campaign name, status, start and end dates, target audience, and performance statistics depending on the API response structure.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authenticating with the HeyReach API.
  • The base URL for API requests is https://api.heyreach.io/api/n8n.
  • Proper network connectivity to reach the HeyReach API endpoint.

Troubleshooting

  • Common issues:

    • Invalid or missing Campaign ID will cause the request to fail.
    • Authentication errors if the API key credential is incorrect or expired.
    • Network connectivity problems can prevent successful API calls.
  • Error messages and resolutions:

    • "Unauthorized" or "Authentication failed": Verify that the API key credential is correctly configured and valid.
    • "Campaign not found": Check that the Campaign ID provided exists and is correct.
    • Timeout or network errors: Ensure stable internet connection and that the HeyReach API service is reachable.

Links and References

Discussion