Actions115
- Course Actions
- Bundle Actions
- Course Grade Actions
- Course Grade Detail Actions
- Course Teacher Actions
- Email Actions
- Email Campaign Actions
- Email Campaign Course Actions
- Email Campaign Excluded Course Actions
- Email Campaign Excluded List Actions
- Enroll Actions
- Email Campaign Excluded Plan Actions
- Email Campaign List Actions
- Email Campaign Plan Actions
- Email List Actions
- MindzPay Account Actions
- MindzPay Invoice Actions
- MindzPay Payment Actions
- MindzPay Subscription Actions
- Subscription Actions
- Team Actions
- User Actions
Overview
The "Mindz" node integrates with the Mindz API, allowing users to manage various resources such as bundles, courses, users, teams, subscriptions, emails, and payments. Specifically, the Bundle - List Products operation retrieves a list of products associated with a specified bundle. This is useful in scenarios where you want to programmatically access all products contained within a particular bundle for reporting, synchronization, or automation purposes.
For example, an e-learning platform administrator could use this node to fetch all products included in a bundle to display them on a dashboard or to update inventory in another system.
Properties
| Name | Meaning |
|---|---|
| Bundle ID | The unique identifier of the bundle whose products you want to list. This is a required string input. |
Output
The node outputs JSON data representing the list of products associated with the specified bundle. Each product entry typically includes details such as product ID, name, description, price, and other relevant metadata as provided by the Mindz API.
If the node supports binary data output (not indicated explicitly here), it would generally represent files or media related to the products, but for this operation, the focus is on JSON structured data listing products.
Dependencies
- Requires an active connection to the Mindz API.
- Requires an API authentication token or OAuth2 credential configured in n8n to authorize requests.
- No additional external dependencies are indicated.
Troubleshooting
- Missing or invalid Bundle ID: Ensure that the Bundle ID property is correctly set and corresponds to an existing bundle in the Mindz system.
- Authentication errors: Verify that the API credentials are valid and have sufficient permissions to access bundle information.
- API rate limits or downtime: If requests fail repeatedly, check Mindz API status and consider implementing retry logic or error handling.
- Empty product list: Confirm that the specified bundle actually contains products; an empty response may indicate no products are linked.
Links and References
- Mindz API Documentation (general reference for endpoints and data structures)
- n8n OAuth2 Credential Setup Guide (for configuring API authentication)
Note: Specific URLs are not provided due to lack of explicit references in the source code.