Actions20
- Audience Actions
- Campaign Actions
- Identity Actions
- Inbox Actions
- Lead Actions
- Member Actions
- Website Visitor Actions
Overview
This node interacts with the La Growth Machine API to retrieve detailed information about a specific campaign. It is useful for marketing automation and lead management workflows where users need to fetch campaign data, including campaign details, lead statistics, and overall campaign statistics. For example, a user can retrieve a campaign by its ID and apply various query parameters to filter leads within that campaign.
Use Case Examples
- Retrieve a campaign by its ID to analyze its performance.
- Fetch lead statistics for a campaign to understand lead engagement.
- Get overall campaign statistics to evaluate marketing effectiveness.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | The unique identifier of the campaign to retrieve. |
| Query Parameters | Optional filters to refine the leads data within the campaign, such as company name, email, lead ID, limit, and pagination controls. |
Output
JSON
json- The JSON response from the La Growth Machine API containing campaign details or statistics.
Dependencies
- La Growth Machine API key credential
Troubleshooting
- Missing or invalid API key will cause authentication errors; ensure the API key credential is correctly configured.
- If the Campaign ID is not provided for operations that require it, the node will throw an error indicating the missing Campaign ID.
- Query parameters must be correctly formatted; invalid or unsupported parameters may result in API errors.
Links
- La Growth Machine API - Get Campaign - Official API documentation for retrieving campaign details.