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 related to financial and payment management. Specifically, for the V1 > Imports resource with the Create operation, it allows users to create new import records by sending a JSON request body to the Kobana API.

Common scenarios where this node is beneficial include automating the import of financial data or transaction records into Kobana from external systems, enabling seamless synchronization and processing within workflows.

Practical example: A user can automate importing bank statement files or transaction batches by preparing the required JSON payload and using this node to create an import entry in Kobana, triggering further processing or reconciliation steps.

Properties

Name Meaning
Request Body The JSON object representing the data to be imported. This is required and defines the import content.
Additional Fields Optional JSON object containing extra fields to customize the request beyond the main body.

Output

The node outputs the JSON response returned by the Kobana API after creating the import. This typically includes details about the newly created import record such as its ID, status, timestamps, and any metadata provided by the API.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Kobana API.
  • The node dynamically selects the API base URL depending on the environment (production or sandbox).
  • No other external dependencies are required.

Troubleshooting

  • Invalid JSON in Request Body or Additional Fields: Since the node parses these inputs as JSON, malformed JSON will cause errors. Ensure that the JSON syntax is correct.
  • Authentication Errors: If the API key credential is missing or invalid, requests will fail. Verify that the credential is properly configured.
  • API Endpoint or Resource Errors: Using incorrect resource names or unsupported operations will cause failures. Confirm that "V1 > Imports" and "Create" operation are selected.
  • Network Issues: Connectivity problems to the Kobana API endpoints may result in timeouts or connection errors.

Links and References

Discussion