Actions19
- Agent Actions
- Campaign Actions
- Product Actions
- Prompt Actions
- Prospect Actions
Overview
This node interacts with the Kakiyo API to manage campaigns and retrieve campaign statistics. Specifically, the "Get Stats" operation for the "Campaign" resource fetches statistical data about a specified campaign by its ID. This is useful for users who want to monitor campaign performance metrics such as engagement, reach, or other analytics provided by the Kakiyo platform.
Practical examples include:
- Retrieving up-to-date statistics on an ongoing marketing campaign.
- Automating reporting workflows by fetching campaign stats regularly.
- Integrating campaign performance data into dashboards or CRM systems.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | The unique identifier of the campaign whose statistics you want to retrieve. This property is required for the "Get Stats" operation on the "Campaign" resource. |
Output
The node outputs JSON data representing the campaign statistics returned by the Kakiyo API for the specified campaign ID. The exact structure depends on the API response but typically includes various metrics related to the campaign's performance.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating with the Kakiyo API.
- The base URL for the Kakiyo API must be configured in the node credentials.
- The node uses HTTP requests to communicate with the Kakiyo API endpoints.
Troubleshooting
Common issues:
- Invalid or missing Campaign ID will cause the API request to fail.
- Incorrect or expired API authentication token may result in authorization errors.
- Network connectivity problems can prevent successful API calls.
Error messages:
- Errors from the Kakiyo API (e.g., 404 Not Found if the campaign does not exist) will be returned in the node output.
- Authentication failures will typically return 401 Unauthorized errors.
Resolutions:
- Verify that the Campaign ID is correct and corresponds to an existing campaign.
- Ensure the API key credential is valid and has necessary permissions.
- Check network settings and retry if transient errors occur.
Links and References
- Kakiyo API Documentation (Assumed URL; replace with actual if known)