Actions215
- V1 > Bank Billets Actions
- V1 > Bank Billet Accounts Actions
- V1 > Bank Billet Batches Actions
- V1 > Bank Billet Batch Exports Actions
- V1 > Bank Billet Discharges Actions
- V1 > Bank Billet Payments Actions
- V1 > Bank Billet Registrations Actions
- V1 > Bank Billet Remittances Actions
- V1 > Customers Actions
- V1 > Customer Subscriptions Actions
- V1 > Discharges Actions
- V1 > Email Deliveries Actions
- V1 > Events Actions
- V1 > Imports Actions
- V1 > Installments Actions
- V1 > Remittances Actions
- V1 > Reports Actions
- V1 > SMS Deliveries Actions
- V1 > User Info Actions
- V1 > Webhook Deliveries Actions
- V1 > Webhooks Actions
- Admin > Users Actions
- Admin > Connections Actions
- Admin > Certificates Actions
- Admin > Subaccounts Actions
- Charge > PIX Actions
- Charge > PIX Accounts Actions
- Data > Bank Billet Queries Actions
- EDI > EDI Boxes Actions
- Financial > Accounts Actions
- Financial > Balances Actions
- Financial > Commands Actions
- Financial > Statement Transactions Actions
- Financial > Transaction Imports Actions
- Financial > Providers Actions
- Payment > Bank Billets Actions
- Payment > Bank Billet Batches Actions
- Payment > Batches Actions
- Payment > DARFs Actions
- Payment > DARF Batches Actions
- Payment > PIX Actions
- Payment > PIX Batches Actions
- Payment > Utilities Actions
- Payment > Utility Batches Actions
- Transfer > Batches Actions
- Transfer > Internal Actions
- Transfer > Internal Batches Actions
- Transfer > PIX Actions
- Transfer > PIX Batches Actions
- Transfer > TED Actions
- Transfer > TED Batches Actions
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) orhttps://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
errorfield if the node is set to continue on failure. - Typical error messages might indicate invalid ID, unauthorized access, or malformed requests.
- Errors returned from the Kobana API will be included in the output JSON under an
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
- Kobana API Documentation (general reference; replace with actual URL if available)
- n8n Documentation on Using Credentials
- n8n Documentation on HTTP Request Node (for understanding API calls)
This summary focuses exclusively on the V1 > Bank Billets resource and the Send SMS operation as requested.
