Kobana icon

Kobana

Interact with Kobana API - Quick access to common operations

Actions215

Overview

This node integrates with the Kobana API to manage bank billets (bank slips) and perform various operations on them. Specifically, the Send Email operation under the V1 > Bank Billets resource allows users to send a bank slip directly via email.

Typical use cases include automating the distribution of payment slips to customers or clients after generating or updating a bank billet. For example, after creating a new bank slip for an invoice, you can use this node to automatically email the slip to the customer without manual intervention.

Properties

Name Meaning
ID The unique identifier of the bank billet to which the email will be sent. This is required to specify which bank slip should be emailed.

Output

The node outputs the JSON response returned by the Kobana API after attempting to send the email. This typically includes confirmation details such as status, message, or any error information related to the email sending process.

No binary data output is involved in 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 additional external dependencies are needed beyond the Kobana API access.

Troubleshooting

  • Common issues:

    • Invalid or missing bank billet ID: Ensure the ID provided corresponds to an existing bank slip.
    • Authentication errors: Verify that the API key credential is correctly configured and has necessary permissions.
    • Network or API endpoint issues: Confirm network connectivity and that the correct environment (sandbox vs production) is selected.
  • Error messages:

    • Errors returned from the Kobana API will be included in the node's output JSON under an error field if the request fails.
    • If the node is set to continue on failure, it will return error details per item; otherwise, it will throw an exception stopping execution.

Links and References

Discussion