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 enables interaction with the Kobana API, specifically allowing users to manage various resources such as certificates, bank billets, customers, subscriptions, and more. For the Admin > Certificates resource with the Get operation, it retrieves detailed information about a specific certificate by its ID.
Common scenarios for this node include:
- Fetching certificate details for administrative or auditing purposes.
- Integrating certificate data retrieval into automated workflows.
- Using certificate information to validate or update related systems.
Practical example:
- An administrator wants to automatically fetch and log certificate details whenever a new certificate is issued or updated in the Kobana system.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the certificate resource to retrieve. This is a required string input. |
Output
The node outputs JSON data representing the certificate details retrieved from the Kobana API. The structure corresponds to the certificate resource's data model, typically including fields such as certificate metadata, status, validity dates, and related attributes.
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 based on the environment (production or sandbox).
- No additional external dependencies are required beyond the Kobana API access.
Troubleshooting
- Missing or invalid ID: The "ID" property is required. Ensure it is provided and correctly formatted.
- Authentication errors: Verify that the API key credential is valid and has appropriate permissions.
- Network issues: Check connectivity to the Kobana API endpoints.
- API errors: If the certificate ID does not exist or is inaccessible, the API may return an error message. Review the error details returned in the node output.
- To handle errors gracefully, enable the node’s "Continue On Fail" option to allow workflow continuation despite individual request failures.
Links and References
- Kobana API Documentation (general reference for API endpoints and data models)
- n8n documentation on Using Credentials
