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 manage campaigns, including retrieving all campaigns, getting details of a specific campaign, and fetching campaign statistics. It is useful for marketing automation workflows where users need to access campaign data programmatically, such as listing campaigns for reporting or analysis, or integrating campaign stats into other systems.
Use Case Examples
- Retrieve a list of all campaigns to display in a dashboard.
- Fetch detailed statistics for a specific campaign to analyze performance.
- Get campaign leads stats to monitor lead engagement.
Properties
| Name | Meaning |
|---|---|
| Query Parameters | Optional filters and pagination controls for retrieving campaigns, such as company name, email, lead ID, limit, and skip for paging through results. |
Output
JSON
json- The JSON response from the La Growth Machine API containing campaign data, campaign statistics, or lead statistics depending on the operation.
Dependencies
- Requires an API key credential for La Growth Machine API authentication.
Troubleshooting
- Missing or invalid API key will cause authentication errors; ensure the API key is correctly configured in credentials.
- If required parameters like Campaign ID are missing for specific operations, the node will throw an error; provide all mandatory parameters.
- API rate limits or network issues may cause request failures; check network connectivity and API usage limits.
Links
- La Growth Machine API Documentation - Official API documentation for La Growth Machine, detailing endpoints and usage.