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, for the V1 > Bank Billets resource and the Send SMS operation, it allows users to send a bank slip via SMS to the intended recipient.

Common scenarios where this node is beneficial include automating payment reminders or notifications by sending bank slip details directly to customers' mobile phones via SMS. For example, after generating a bank slip for a customer, you can use this node to instantly notify them with the payment information through SMS without manual intervention.

Properties

Name Meaning
ID The unique identifier of the bank billet (bank slip) to which the SMS will be sent. This is required to specify which bank slip should be sent via SMS.

Output

The output of this operation is a JSON object representing the response from the Kobana API after attempting to send the SMS for the specified bank billet. It typically contains confirmation details such as status, message IDs, or error messages if the request failed.

No binary data is output by 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 configured in the credentials (production or sandbox).
  • Proper network access to https://api.kobana.com.br (production) or https://api-sandbox.kobana.com.br (sandbox) is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing bank billet ID: Ensure the "ID" property is correctly set and corresponds to an existing bank billet.
    • Authentication errors: Verify that the API key credential is valid and has the necessary permissions.
    • Network connectivity problems: Confirm that your n8n instance can reach the Kobana API endpoints.
    • API rate limits or service outages may cause failures.
  • Error messages:

    • Errors returned from the Kobana API will be included in the output JSON under an error field if the node is set to continue on failure.
    • Typical error messages might indicate invalid ID, unauthorized access, or malformed requests.
  • Resolution:

    • Double-check input parameters.
    • Re-authenticate or update API credentials.
    • Review Kobana API documentation for specific error codes.
    • Enable "Continue On Fail" in the node settings to handle errors gracefully during batch processing.

Links and References


This summary focuses exclusively on the V1 > Bank Billets resource and the Send SMS operation as requested.

Discussion