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-related data. Specifically, the "Get Stats" operation for the "Campaign" resource fetches statistical information 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.
- Monitoring campaign effectiveness to adjust strategies.
- Integrating campaign stats into dashboards or reports automatically.
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 output is a JSON object containing the campaign statistics returned by the Kakiyo API for the specified campaign ID. The exact structure depends on the API response but generally 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 requests to the Kakiyo API.
- The node expects the base URL of the Kakiyo API to be configured in the credentials.
- Network access to the Kakiyo API endpoint is necessary.
Troubleshooting
Common issues:
- Invalid or missing Campaign ID will cause the API request to fail.
- Authentication errors if the API key or credentials are incorrect or expired.
- Network connectivity problems can prevent successful API calls.
Error messages:
- Errors from the API typically include descriptive messages; these are returned in the node output if "Continue On Fail" is enabled.
- To resolve authentication errors, verify that the API key credential is correctly set up and has proper permissions.
- For invalid campaign IDs, ensure the ID exists and is correctly entered.
Links and References
- Kakiyo API Documentation (Assumed URL; replace with actual if known)
- n8n documentation on API Credentials