Kobana icon

Kobana

Interact with Kobana API - Quick access to common operations

Actions215

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 error field if the request fails and "Continue On Fail" is enabled.

Links and References

Discussion