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 allows you to interact with the Kobana API, specifically managing webhook deliveries under the "V1 > Webhook Deliveries" resource. The "Create" operation enables you to create a new webhook delivery by sending a JSON request body to the Kobana API.
Typical use cases include automating webhook delivery creation as part of an integration workflow, such as triggering notifications or forwarding event data to external systems when certain events occur in Kobana.
For example, you might use this node to programmatically create webhook deliveries that notify your system whenever a payment status changes or a customer subscription is updated.
Properties
| Name | Meaning |
|---|---|
| Request Body | The JSON object representing the request body to send when creating the webhook delivery. This must be provided and should contain all necessary fields as per the Kobana API specification for webhook deliveries. |
| Additional Fields | A JSON object containing any additional optional fields for the request. This allows extending the request with extra parameters supported by the API. |
Output
The node outputs the JSON response returned by the Kobana API after creating the webhook delivery. The output is structured as an array of JSON objects, each corresponding to an input item processed.
- The
jsonfield contains the full response from the API, typically including details about the created webhook delivery such as its ID, status, timestamps, and other metadata. - There is no binary data output for this operation.
Dependencies
- Requires an active Kobana API credential configured in n8n, which provides authentication to access the Kobana API.
- The node dynamically selects the API base URL depending on whether the environment is production or sandbox.
- No other external dependencies are required.
Troubleshooting
- Invalid JSON in Request Body: If the JSON provided in the "Request Body" or "Additional Fields" is malformed, the node will throw a parsing error. Ensure the JSON syntax is correct.
- Authentication Errors: If the API key or credentials are invalid or missing, the node will fail with an authentication error. Verify that the Kobana API credential is correctly set up.
- API Validation Errors: The Kobana API may return errors if required fields are missing or invalid in the request body. Review the API documentation to ensure all mandatory fields are included.
- Network Issues: Connectivity problems can cause request failures. Check network access and firewall settings.
- Continue On Fail: If enabled, the node will continue processing subsequent items even if one fails, returning error details in the output JSON.
Links and References
- Kobana API Documentation (Please replace with the actual URL)
- n8n Documentation on Creating Custom Nodes
- JSON Syntax Validator tools (e.g., https://jsonlint.com) for validating request bodies before use
