Kakiyo

Interact with the Kakiyo API

Overview

This node integrates with the Kakiyo API to manage various resources including prompts, campaigns, agents, products, and prospects. Specifically, for the Prompt - Create operation, it allows users to create a new AI prompt by specifying its name, the AI model to use, and the type of prompt. This is useful in scenarios where you want to programmatically define prompts that can be used later in campaigns or other automated workflows involving AI models.

Practical examples:

  • Creating a new message prompt using GPT-4 for personalized outreach.
  • Defining an invitation prompt using Claude 3 to invite prospects to events.
  • Setting up different prompt types for A/B testing in marketing campaigns.

Properties

Name Meaning
Name The name of the prompt being created.
Model The AI model to use for generating responses. Options: GPT-4, Claude 3, GPT-3.5.
Type The type of prompt. Options: Message (a general message prompt), Invitation (an invite).

Output

The node outputs JSON data representing the newly created prompt as returned by the Kakiyo API. This typically includes details such as the prompt's ID, name, model, type, and any other metadata provided by the API.

No binary data output is involved.

Dependencies

  • Requires an active connection to the Kakiyo API.
  • Needs an API authentication token configured in n8n credentials to authorize requests.
  • The base URL for the API is taken from the credential configuration.

Troubleshooting

  • Authentication errors: Ensure the API key or token is correctly set up in the node credentials.
  • Validation errors: Missing required fields like "Name", "Model", or "Type" will cause the API to reject the request.
  • API connectivity issues: Verify network access to the Kakiyo API endpoint and correct base URL configuration.
  • Unexpected response format: If the API changes, the node might fail to parse the response; check for updates or contact support.

Links and References

Discussion