Kobana icon

Kobana

Interact with Kobana API - Quick access to common operations

Actions215

Overview

This node integrates with the Kobana API to manage PIX transfer batches, specifically supporting the Update operation on the "Transfer > PIX Batches" resource. It allows users to update existing PIX transfer batch records by sending a JSON request body with the desired changes.

Typical use cases include:

  • Modifying details of a PIX transfer batch after creation.
  • Adjusting batch parameters or metadata before processing.
  • Automating updates to batches based on external triggers or workflows.

For example, you might update the description or status of a PIX transfer batch to reflect new information or correct errors.

Properties

Name Meaning
ID The unique identifier of the PIX transfer batch to update.
Request Body A JSON object containing the fields and values to update in the PIX transfer batch.
Additional Fields (Optional) A JSON object with extra fields for the request; can be used to send custom data.

Output

The node outputs the JSON response returned by the Kobana API after performing the update operation. This typically includes the updated PIX transfer batch object with its current state and properties.

The output is structured as an array of JSON objects, each representing the updated batch data corresponding to the input item processed.

No binary data output is involved in this operation.

Dependencies

  • Requires an active Kobana API credential configured in n8n for authentication.
  • The node sends HTTP requests to the Kobana API endpoint, which varies depending on environment (production or sandbox).
  • No additional external dependencies are required.

Troubleshooting

  • Invalid ID error: If the provided batch ID does not exist or is malformed, the API will return an error. Verify the ID is correct.
  • Malformed JSON in Request Body: Ensure the JSON provided in the "Request Body" property is valid and correctly formatted.
  • Authentication failures: Confirm that the Kobana API credential is properly set up and has necessary permissions.
  • API rate limits or downtime: Temporary network or API issues may cause failures; retry or check Kobana service status.
  • Unexpected errors: Enable "Continue On Fail" in the node settings to handle errors gracefully and inspect error messages in the output.

Links and References


Note: The above summary is based solely on static analysis of the provided source code and property definitions.

Discussion