Kobana icon

Kobana

Interact with Kobana API - Quick access to common operations

Actions215

Overview

This node integrates with the Kobana API to manage customer data, specifically allowing you to update existing customer records. It is useful in scenarios where you need to modify customer information such as contact details, preferences, or other attributes stored in Kobana's system. For example, you might use this node to update a customer's address after they move or to correct a typo in their name.

Properties

Name Meaning
ID The unique identifier of the customer to update.
Request Body A JSON object containing the fields and values to update for the customer.
Additional Fields Optional JSON object with extra fields to include in the request (not typically used here).

Output

The output is a JSON object representing the updated customer record as returned by the Kobana API. This includes all customer properties after the update has been applied. The node does not output binary data.

Dependencies

  • Requires an API key credential for authenticating with the Kobana API.
  • The node dynamically selects the API base URL depending on whether the environment is production or sandbox.
  • No additional external dependencies are required beyond the Kobana API access.

Troubleshooting

  • Invalid ID: If the provided customer ID does not exist, the API will return an error. Verify the ID before running the node.
  • Malformed JSON in Request Body: Ensure that the JSON provided in the "Request Body" field is valid. Invalid JSON will cause parsing errors.
  • Authentication Errors: Make sure the API key credential is correctly configured and has the necessary permissions.
  • API Rate Limits or Downtime: If requests fail intermittently, check Kobana API status and consider retry logic.
  • Continue On Fail: If enabled, the node will continue processing subsequent items even if one fails, returning error details in the output.

Links and References

Discussion