Kakiyo

Interact with the Kakiyo API

Overview

This node interacts with the Kakiyo API to manage agents, campaigns, prospects, products, and prompts. Specifically for the Agent - Setup operation, it configures an existing agent by providing LinkedIn login credentials and a country code. This setup is essential to enable the agent to operate correctly within the Kakiyo platform, likely linking the agent's account to LinkedIn for automation or data retrieval purposes.

Common scenarios where this node is beneficial include:

  • Automating the onboarding of agents by programmatically setting up their LinkedIn credentials.
  • Integrating agent setup into larger workflows that manage campaigns and prospects.
  • Quickly updating or initializing agent configurations without manual intervention.

Example use case:

  • A marketing team wants to automate the setup of multiple agents with their LinkedIn credentials and country information as part of a bulk onboarding process.

Properties

Name Meaning
Agent ID The unique identifier of the agent to be set up.
Login Email The LinkedIn login email address associated with the agent.
Password The LinkedIn password for the agent's account (entered securely).
Country The 2-letter country code representing the agent's location (e.g., US, GB).

Output

The node outputs JSON data representing the response from the Kakiyo API after attempting to set up the agent. This typically includes confirmation details about the agent's setup status or any relevant metadata returned by the API.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the Kakiyo API.
  • Needs an API key credential configured in n8n for authentication with the Kakiyo service.
  • The Kakiyo API base URL must be set in the credentials configuration.

Troubleshooting

  • Invalid Credentials Error: If the LinkedIn login email or password is incorrect, the API may reject the setup request. Verify the credentials before retrying.
  • Agent Not Found: Providing an invalid or non-existent Agent ID will cause the API to return an error. Ensure the Agent ID is correct.
  • Country Code Issues: Using an invalid or unsupported country code might result in errors. Use standard 2-letter ISO country codes.
  • API Authentication Failures: Make sure the API key credential is valid and has the necessary permissions.
  • Network or Timeout Errors: Check network connectivity and Kakiyo API availability if requests fail repeatedly.

Links and References

Discussion