Kakiyo

Interact with the Kakiyo API

Overview

This node integrates with the Kakiyo API to manage marketing campaigns and related entities such as agents, products, prompts, and prospects. Specifically for the Campaign - Pause operation, it allows users to pause an active campaign by specifying its unique campaign ID. This is useful in scenarios where a campaign needs to be temporarily halted without deleting or permanently stopping it, such as during a strategic pause, budget review, or while updating campaign parameters.

Practical examples:

  • Temporarily pausing a campaign that is underperforming to analyze results before resuming.
  • Pausing campaigns during holidays or off-seasons to avoid unnecessary outreach.
  • Coordinating campaign timing with other marketing activities by programmatically controlling campaign states.

Properties

Name Meaning
Campaign ID The unique identifier of the campaign to pause. This is required to specify which campaign should be paused.

Output

The node outputs JSON data representing the response from the Kakiyo API after attempting to pause the specified campaign. The structure typically includes confirmation of the pause action or details about the campaign's updated state. The output is returned as an array of JSON objects, each corresponding to an input item processed.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating requests to the Kakiyo API.
  • The base URL for the Kakiyo API must be configured in the node credentials.
  • Network connectivity to the Kakiyo API endpoint is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing Campaign ID: The API will reject requests if the campaign ID is not provided or incorrect.
    • Authentication errors: If the API key or credentials are invalid or expired, the request will fail.
    • Network or connectivity problems may cause timeouts or unreachable errors.
  • Error messages and resolutions:

    • "error": "Campaign not found": Verify the Campaign ID is correct and the campaign exists.
    • "error": "Unauthorized" or authentication failure: Check that the API key credential is correctly set up and has proper permissions.
    • Timeout or network errors: Ensure stable internet connection and that the Kakiyo API service is operational.

Links and References

Discussion