Growth-x icon

Growth-x

Growth-x integration Node

Overview

This node integrates with the Growth-x platform to manage campaign receivers. Specifically, the "Add Receiver to Campaign" operation allows users to add a LinkedIn profile (receiver) to a selected Growth-x campaign. This is useful for automating outreach workflows where you want to programmatically enroll contacts into marketing or sales campaigns based on their LinkedIn profiles.

Practical examples include:

  • Automatically adding new leads from a CRM or form submission into a targeted LinkedIn outreach campaign.
  • Enrolling specific LinkedIn profiles into personalized messaging sequences managed in Growth-x.

Properties

Name Meaning
Campaign Select a Growth-x campaign from a dynamically loaded list of available campaigns.
LinkedIn URL The LinkedIn profile URL of the receiver to be added to the campaign (required).
Email Optional email address of the receiver.
External CRM ID Optional external CRM identifier for the receiver, allowing cross-referencing systems.

Output

The node outputs JSON data representing the response from the Growth-x API after attempting to add the receiver to the campaign. This typically includes confirmation details about the added receiver or error information if the operation failed.

No binary data output is involved.

Dependencies

  • Requires an API key credential for authenticating requests to the Growth-x API.
  • The node uses the Growth-x REST API endpoint https://api.growth-x.com/public/api/actions/add_receiver_to_campaign with HTTP POST method.
  • The node dynamically loads campaign options by querying the Growth-x API (/public/api/campaigns).
  • Proper configuration of the API key credential within n8n is necessary for successful authentication.

Troubleshooting

  • Common issues:
    • Invalid or missing API credentials will cause authentication failures.
    • Providing an invalid or malformed LinkedIn URL may result in API errors.
    • Selecting a campaign that no longer exists or is inaccessible can cause request failures.
  • Error messages:
    • Authentication errors usually indicate problems with the API key; verify and reconfigure credentials.
    • Validation errors from the API may indicate missing required fields like LinkedIn URL or campaign ID.
    • Network or timeout errors suggest connectivity issues; check internet access and API availability.

Links and References

Discussion