Mindz icon

Mindz

Interact with Mindz API

Actions116

Overview

The "Bundle Clone" operation in this node allows users to create a duplicate of an existing bundle within the Mindz platform. This is useful when you want to replicate a bundle's configuration, such as its included courses or pricing, without manually recreating all details. For example, if you have a course bundle that you want to offer with a new name or slight modifications, cloning it saves time and ensures consistency.

Properties

Name Meaning
Bundle ID The unique identifier of the existing bundle you want to clone.
Name The new name for the cloned bundle.

Output

The output JSON will contain the details of the newly created cloned bundle. This typically includes the new bundle's ID, name, and other relevant metadata as returned by the Mindz API. The structure mirrors that of a standard bundle object in Mindz, allowing subsequent nodes to use or manipulate the cloned bundle data.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active connection to the Mindz API using an OAuth2-based API key credential.
  • The node depends on the Mindz platform being accessible and the user having appropriate permissions to clone bundles.
  • No additional external services are required beyond the Mindz API.

Troubleshooting

  • Invalid Bundle ID: If the provided Bundle ID does not exist or is incorrect, the API will likely return an error indicating the bundle was not found. Verify the Bundle ID before running the node.
  • Permission Denied: Insufficient permissions to clone bundles will result in authorization errors. Ensure the API credentials have the necessary rights.
  • Missing Required Fields: Both "Bundle ID" and "Name" are required. Omitting either will cause validation errors.
  • API Connectivity Issues: Network problems or incorrect API credentials can cause failures. Check connectivity and credential validity.

Links and References

  • Mindz API Documentation (general reference for bundle operations)
  • n8n OAuth2 Credential Setup Guide (for configuring API authentication)

Discussion