Actions19
- Agent Actions
- Campaign Actions
- Product Actions
- Prompt Actions
- Prospect Actions
Overview
This node integrates with the Kakiyo API to manage campaigns and related entities such as agents, products, prompts, and prospects. Specifically for the Campaign - Resume operation, it allows users to resume a previously paused campaign by sending a request to the Kakiyo API.
Use cases include:
- Restarting outreach or marketing campaigns that were temporarily halted.
- Automating campaign lifecycle management within workflows.
- Resuming campaigns after manual review or adjustment.
For example, if a campaign was paused due to low engagement or to update its parameters, this node can be used to programmatically resume it without manual intervention.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | The unique identifier of the campaign to resume. This is required to specify which paused campaign should be resumed. |
Output
The node outputs the JSON response returned by the Kakiyo API after attempting to resume the campaign. This typically includes details about the resumed campaign's status or confirmation of the action.
- The output is structured as an array of JSON objects, each representing the API response for the processed item.
- No binary data output is involved in this operation.
Dependencies
- Requires an active connection to the Kakiyo API.
- Needs an API authentication token or key configured in n8n credentials (referred generically as "an API key credential").
- The base URL for the Kakiyo API must be set in the node credentials.
Troubleshooting
Common issues:
- Invalid or missing Campaign ID will cause the API call to fail.
- Network connectivity problems or incorrect API base URL configuration.
- Insufficient permissions or invalid API credentials may result in authorization errors.
Error messages:
- Errors from the API are returned as JSON with an error message field.
- If the node throws an error about missing parameters, ensure the Campaign ID is provided.
- For HTTP errors like 401 Unauthorized, verify the API key credential setup.
To handle failures gracefully, enable the node’s "Continue On Fail" option to allow workflow execution to proceed even if resuming a campaign fails.
Links and References
- Kakiyo API Documentation (Assumed URL; replace with actual if known)
- n8n documentation on API Credentials and HTTP Request Node for understanding API integrations.