Kakiyo

Interact with the Kakiyo API

Overview

This node integrates with the Kakiyo API to manage various resources such as campaigns, prospects, products, prompts, and agents. Specifically, for the Product - Create operation, it allows users to create a new product by providing essential details like the product's name and description.

Common scenarios where this node is beneficial include automating product catalog management within marketing or sales workflows, syncing product data from external systems, or programmatically adding new products as part of larger automation sequences.

For example, a user could automate the creation of new products in Kakiyo whenever a new item is added to their inventory system, ensuring consistent and up-to-date product information across platforms.

Properties

Name Meaning
Name The name of the product to create. This is a required string input.
Description A detailed description of the product. This is a required multi-line string input.

Output

The node outputs JSON data representing the response from the Kakiyo API after creating the product. This typically includes the newly created product's details such as its unique identifier, name, description, and any other metadata returned by the API.

No binary data output is produced by this operation.

Dependencies

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

Troubleshooting

  • Authentication errors: If the node fails due to authentication issues, verify that the API key or token credential is correctly configured and has sufficient permissions.
  • Validation errors: Missing required fields like "Name" or "Description" will cause the API to reject the request. Ensure all mandatory inputs are provided.
  • API connectivity: Network issues or incorrect base URL settings can prevent successful communication with the Kakiyo API.
  • Unexpected API responses: If the API changes or returns unexpected data, check the Kakiyo API documentation for updates and adjust the node configuration accordingly.

Links and References

Discussion