Mindz icon

Mindz

Interact with Mindz API

Actions116

Overview

The "Bundle Update" operation in this node allows users to modify the details of an existing bundle within the Mindz platform. Bundles typically represent grouped offerings such as courses or products packaged together. This operation is useful for updating metadata, pricing, visibility, enrollment settings, and various feature flags related to a bundle.

Practical scenarios include:

  • Changing the name or description of a bundle.
  • Updating pricing or access duration.
  • Modifying visual elements like banners or cards.
  • Adjusting enrollment availability or lead status.
  • Managing FAQ settings and feature icons displayed on the bundle.
  • Setting tags for categorization or marketing purposes.

This operation helps keep bundle information current and aligned with business needs without recreating bundles from scratch.

Properties

Name Meaning
Bundle ID The unique identifier of the bundle to update (required).
Description A detailed description of the bundle.
Name The display name of the bundle.
Lead Whether this bundle is marked as a lead bundle. Options: Keep Current Value, Yes, No.
Category The category under which the bundle is classified.
Short Description A brief summary or tagline for the bundle.
Syllabus The syllabus or content outline associated with the bundle.
Video URL or reference to a video related to the bundle.
Launch Date The date when the bundle was or will be launched.
Image URL or reference to an image representing the bundle.
Created Creation timestamp or date of the bundle.
Redirect URL to redirect users after certain actions related to the bundle.
Price The price of the bundle.
Visibility Visibility status of the bundle (e.g., public, private).
Password Password required to access the bundle, if any.
Slug URL-friendly identifier for the bundle.
Upgrade To Identifier of another bundle to which this one can be upgraded.
Upgrade Price Price difference or cost to upgrade to the specified bundle.
Access Days Number of days the user has access to the bundle after purchase.
Number of Installments Number of payment installments allowed for the bundle.
FAQ Active Whether the FAQ section is active. Options: Keep Current Value, Yes, No.
FAQ Base Questions Whether to use base questions in the FAQ. Options: Keep Current Value, Yes, No.
Client Limit Count Maximum number of clients allowed for the bundle.
Client Limit With Bank Slip Whether client limit applies when paying with bank slip. Options: Keep Current Value, Yes, No.
Members Description Description shown to members about the bundle.
Original Banner URL or reference to the original banner image.
Main Banner URL or reference to the main banner image.
Small Banner URL or reference to a smaller banner image.
Vertical Card URL or reference to vertical card image.
Horizontal Card URL or reference to horizontal card image.
Show Gradient Whether to show a gradient overlay. Options: Keep Current Value, Yes, No.
Open To Enroll Whether the bundle is open for enrollment. Options: Keep Current Value, Yes, No.
Workload Numeric value representing workload (e.g., hours).
Features Icon Permanent Access Whether to show the permanent access icon. Options: Keep Current Value, Yes, No.
Features Icon Questions Whether to show the questions icon. Options: Keep Current Value, Yes, No.
Features Icon Certificate Whether to show the certificate icon. Options: Keep Current Value, Yes, No.
Features Icon Pratical Certificate Whether to show the practical certificate icon. Options: Keep Current Value, Yes, No.
Features Icon Exercises Whether to show the exercises icon. Options: Keep Current Value, Yes, No.
Tag Red Custom tag text for red color coding.
Tag Orange Custom tag text for orange color coding.
Tag Yellow Custom tag text for yellow color coding.
Tag Olive Custom tag text for olive color coding.
Tag Green Custom tag text for green color coding.
Tag Teal Custom tag text for teal color coding.
Tag Blue Custom tag text for blue color coding.
Tag Violet Custom tag text for violet color coding.
Tag Purple Custom tag text for purple color coding.
Tag Pink Custom tag text for pink color coding.
Tag Brown Custom tag text for brown color coding.
Tag Grey Custom tag text for grey color coding.
Tag Black Custom tag text for black color coding.

Output

The node outputs JSON data representing the updated bundle object as returned by the Mindz API. This includes all fields reflecting the new state of the bundle after the update operation.

If the bundle contains binary data (such as images), those are referenced by URLs or identifiers rather than raw binary output.

Dependencies

  • Requires an API authentication token credential configured in n8n to connect securely to the Mindz API.
  • The node depends on the Mindz platform's REST API endpoints for bundles.
  • Proper permissions on the API key or OAuth token are necessary to perform update operations on bundles.

Troubleshooting

  • Invalid Bundle ID: If the provided Bundle ID does not exist or is incorrect, the API will return an error. Verify the Bundle ID before running the node.
  • Permission Denied: Insufficient API credentials or scopes may cause authorization errors. Ensure the API key/token has update permissions.
  • Invalid Field Values: Providing invalid values (e.g., non-numeric where numbers expected) can cause validation errors. Double-check property types.
  • Network Issues: Connectivity problems with the Mindz API endpoint will result in request failures. Check network and proxy settings.
  • Keep Current Value Option: For boolean options with "Keep Current Value," ensure that the default (-1) is used correctly to avoid unintended changes.

Links and References

Discussion