Kobana icon

Kobana

Interact with Kobana API - Quick access to common operations

Actions215

Overview

This node integrates with the Kobana API, providing quick access to a wide range of operations across multiple resources such as bank billets, customers, subscriptions, webhooks, and more. Specifically, for the V1 > Imports resource with the Get operation, it retrieves detailed information about a specific import by its ID.

Use cases include automating data retrieval from Kobana imports, integrating import status or details into workflows, or triggering subsequent actions based on import data. For example, you might use this node to fetch an import's details after uploading financial transaction data, enabling further processing or reporting.

Properties

Name Meaning
ID The unique identifier of the import resource to retrieve. This is required for the Get operation.

Output

The node outputs JSON data representing the import resource retrieved from the Kobana API. The structure corresponds directly to the API response for the import identified by the provided ID. It typically includes all relevant fields describing the import, such as metadata, status, timestamps, and any associated data.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active Kobana API credential configured in n8n, which provides authentication to access the Kobana API.
  • The node dynamically selects the API base URL depending on the environment (production or sandbox).
  • Network connectivity to the Kobana API endpoints is necessary.

Troubleshooting

  • Invalid or missing ID: The node requires a valid import ID. Providing an empty or incorrect ID will result in an error from the API.
  • Authentication errors: Ensure that the Kobana API credential is correctly configured and has the necessary permissions.
  • API endpoint unreachable: Check network connectivity and verify if the correct environment (production vs sandbox) is selected.
  • JSON parsing errors: Input fields expecting JSON must be correctly formatted; otherwise, the node may throw parsing errors.
  • Continue on Fail: If enabled, the node will continue processing other items even if one fails, returning error details in the output.

Links and References

Discussion