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 email deliveries and other resources. Specifically, for the V1 > Email Deliveries resource with the Create operation, it allows users to create new email delivery records by sending a JSON request body to the Kobana API.
Common scenarios where this node is beneficial include automating the sending of transactional or marketing emails through Kobana's platform, tracking email delivery status, or integrating email delivery creation into larger workflows such as customer onboarding or notification systems.
For example, you might use this node to programmatically trigger an email delivery when a new customer signs up or when an invoice is generated, passing all necessary email content and metadata in the JSON request body.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | A JSON object containing extra fields to include in the request for extended customization. |
| Request Body | The main JSON payload defining the email delivery details (e.g., recipient, subject, content). This is required. |
Output
The node outputs the JSON response returned by the Kobana API after creating the email delivery. This typically includes details about the created email delivery record such as its ID, status, timestamps, and any other metadata provided by the API.
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 depending on the environment (production or sandbox).
- No additional external dependencies are needed beyond the Kobana API access.
Troubleshooting
- Invalid JSON in Request Body or Additional Fields: Since the node expects JSON strings for these inputs, malformed JSON will cause errors. Ensure that the JSON syntax is correct.
- Authentication Errors: If the API key credential is missing or invalid, requests will fail. Verify that the API key is correctly configured in n8n credentials.
- API Endpoint or Resource Errors: Using incorrect resource names or operations not supported by the API will result in errors. Confirm that "V1 > Email Deliveries" and "Create" operation are selected.
- Network Issues: Connectivity problems to the Kobana API endpoints can cause timeouts or failures. Check network access and firewall settings.
- Error Messages: The node returns error messages from the API in the output JSON under an
errorfield if the request fails and "Continue On Fail" is enabled.
Links and References
- Kobana API Documentation (general reference for API endpoints and request formats)
- n8n Documentation on Creating Custom Nodes
