Kakiyo

Interact with the Kakiyo API

Overview

This node interacts with the Kakiyo API to manage various resources including 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 process is useful when you need to authenticate or initialize an agent's connection to LinkedIn through the Kakiyo platform.

Practical scenarios include:

  • Automating the onboarding of new agents by programmatically setting up their LinkedIn credentials.
  • Reconfiguring an agent’s login details without manual intervention.
  • Integrating agent setup into larger workflows that manage campaigns or prospect outreach.

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 (input is masked for security).
Country The 2-letter country code representing the agent’s location (e.g., "US" for United States, "GB" for Great Britain).

Output

The node outputs JSON data returned from the Kakiyo API after performing the setup operation on the specified agent. This typically includes confirmation of the setup status or any relevant agent details returned by the API.

The output is structured as an array of JSON objects, each corresponding to an input item processed. Each object contains the API response data under the json field.

No binary data output is produced by this operation.

Dependencies

  • Requires an active Kakiyo API credential configured in n8n with appropriate permissions.
  • The node makes authenticated HTTP requests to the Kakiyo API endpoint defined in the credential.
  • The user must provide valid LinkedIn login credentials and a correct agent ID for the setup to succeed.

Troubleshooting

  • Invalid Credentials Error: If the LinkedIn login email or password is incorrect, the API will likely return an authentication error. Verify the credentials before retrying.
  • Agent Not Found: Providing an invalid or non-existent agent ID will cause the API to fail. Ensure the agent ID exists in the Kakiyo system.
  • Country Code Issues: Using an unsupported or incorrectly formatted country code may result in errors. Use standard 2-letter ISO country codes.
  • API Connectivity Problems: Network issues or incorrect API base URL configuration can cause request failures. Check the Kakiyo API credential settings and network connectivity.
  • Permission Denied: Insufficient permissions in the API credential may block the setup operation. Confirm the credential has rights to modify agents.

Links and References

Discussion