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 for managing SMS deliveries under the "V1 > SMS Deliveries" resource. The "Create" operation allows users to send new SMS delivery requests by providing the necessary data in JSON format.
Typical use cases include:
- Sending transactional SMS messages such as notifications, alerts, or verification codes.
- Automating SMS campaigns or reminders through workflow automation.
- Integrating SMS sending capabilities into business processes without manual intervention.
For example, a user can configure this node to send an SMS message to a customer when a new order is placed, using the required request body JSON to specify the message content and recipient details.
Properties
| Name | Meaning |
|---|---|
| Request Body | The JSON object representing the SMS delivery request payload. This must be provided and includes all necessary fields for creating the SMS delivery. |
| Additional Fields | Optional JSON object containing extra fields to customize the request further if needed. |
Output
The node outputs a JSON array where each item corresponds to the response from the Kobana API for the SMS delivery creation request. The structure of the JSON output matches the API's response schema for SMS deliveries, typically including details such as message ID, status, recipient information, timestamps, and any error messages if applicable.
No binary data output is produced by this node.
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 required beyond the Kobana API access.
Troubleshooting
- Invalid JSON in Request Body: If the JSON provided in the "Request Body" property is malformed, the node will throw a parsing error. Ensure the JSON syntax is correct before execution.
- Authentication Errors: Failure to provide valid API credentials or expired tokens will result in authentication errors. Verify that the API key credential is correctly configured and active.
- API Endpoint Errors: Incorrect or missing required fields in the request body may cause the API to return validation errors. Consult the Kobana API documentation for required fields and formats.
- Network Issues: Connectivity problems or incorrect environment selection (sandbox vs production) can lead to request failures. Confirm network access and environment settings.
Links and References
- Kobana API Documentation (for detailed API request/response schemas and examples)
- n8n Documentation on Creating Custom Nodes
