Actions19
- Agent Actions
- Campaign Actions
- Product Actions
- Prompt Actions
- Prospect Actions
Overview
This node integrates with the Kakiyo API to manage various resources such as agents, campaigns, products, prompts, and prospects. Specifically for the Agent - Pause operation, it allows you to pause an agent by sending a request to the Kakiyo API. This is useful in scenarios where you want to temporarily halt an agent's activity without deleting or permanently disabling it.
Practical examples include:
- Pausing an agent during maintenance or updates.
- Temporarily stopping an agent’s interactions due to workload management.
- Halting an agent before making configuration changes.
Properties
| Name | Meaning |
|---|---|
| Agent ID | The unique identifier of the agent to be paused. |
Output
The node outputs the JSON response returned by the Kakiyo API after attempting to pause the specified agent. The output is structured as an array of JSON objects corresponding to each input item processed.
- The
jsonfield contains the API response data related to the pause action on the agent. - No binary data output is produced by this operation.
Dependencies
- Requires an active connection to the Kakiyo API.
- Needs an API authentication token configured in n8n credentials (referred generically as "an API key credential").
- The base URL for the Kakiyo API must be set in the credentials.
Troubleshooting
Common issues:
- Invalid or missing Agent ID: Ensure the Agent ID provided is correct and exists in the Kakiyo system.
- Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
- Network or connectivity problems: Check your network connection and Kakiyo API availability.
Common error messages:
"error": "Agent not found": The specified Agent ID does not exist. Double-check the ID."error": "Unauthorized": Authentication failed. Confirm your API credentials.- Timeout or connection refused errors: The Kakiyo API might be down or unreachable; retry later.
Links and References
- Kakiyo API Documentation (hypothetical link)
- n8n documentation on API Credentials