La Growth Machine icon

La Growth Machine

Use the La Growth Machine API

Overview

This node integrates with the La Growth Machine API to retrieve statistics for a specific campaign. It is useful for marketing and sales teams who want to analyze the performance and lead statistics of their campaigns. For example, users can fetch detailed campaign stats or lead stats to monitor campaign effectiveness and optimize outreach strategies.

Use Case Examples

  1. Retrieve overall statistics for a campaign by providing the campaign ID.
  2. Fetch detailed lead statistics for a campaign to understand lead engagement and conversion.

Properties

Name Meaning
Campaign ID The unique identifier of the campaign for which statistics are to be retrieved.
Query Parameters Optional filters to refine the leads data, such as company name, email, lead ID, limit, and pagination controls.

Output

JSON

  • campaignStats - Statistics data of the specified campaign retrieved from the API.

Dependencies

  • La Growth Machine API key credential required for authentication.

Troubleshooting

  • Missing or invalid API key will cause authentication errors; ensure the API key is correctly set in credentials.
  • Campaign ID is mandatory for this operation; missing it will throw an error.
  • Query parameters must be valid and within allowed limits (e.g., limit between 1 and 25).
  • API errors are wrapped and presented with descriptive messages; check the error message and stack trace for debugging.

Links

Discussion