Actions100
- Bundle Actions
- Course 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
- Email Campaign Excluded Plan Actions
- Email Campaign List Actions
- Email Campaign Plan Actions
- Email List Actions
- Enroll Actions
- MindzPay Account Actions
- MindzPay Invoice Actions
- MindzPay Payment Actions
- MindzPay Subscription Actions
- Subscription Actions
Overview
The "Add Product" operation under the "Bundle" resource in this Mindz node allows users to add a product to an existing bundle within the Mindz platform. This is useful for managing collections of products grouped as bundles, enabling automation workflows that update or customize bundles dynamically.
Practical examples include:
- Automatically adding newly created products to promotional bundles.
- Managing course bundles by adding new courses or materials as products.
- Updating subscription packages with additional products based on user actions.
Properties
| Name | Meaning |
|---|---|
| Bundle ID | The unique identifier of the bundle to which a product will be added. |
| Product ID | The unique identifier of the product that should be added to the specified bundle. |
Output
The node outputs JSON data representing the result of the "Add Product" operation. This typically includes confirmation details such as the updated bundle information or status messages indicating success or failure of the addition.
If the node supports binary data output (not indicated here), it would represent any files or media related to the bundle or product, but this is not evident from the provided code.
Dependencies
- Requires an active connection to the Mindz API via an OAuth2 API credential.
- The node depends on the Mindz platform's API endpoints for bundles and products.
- Proper API authentication credentials must be configured in n8n for successful execution.
Troubleshooting
Common Issues:
- Invalid or missing Bundle ID or Product ID parameters can cause errors.
- Insufficient permissions or expired API tokens may lead to authentication failures.
- Network connectivity issues can prevent communication with the Mindz API.
Error Messages:
- Errors indicating "Bundle not found" or "Product not found" suggest incorrect IDs.
- Authentication errors require checking and refreshing the API credentials.
- Timeout or network errors may need retrying or verifying internet access.
Resolving these usually involves verifying input parameters, ensuring valid API credentials, and confirming network stability.
Links and References
- Mindz API Documentation (general reference for API endpoints and authentication)
- n8n OAuth2 Credential Setup Guide (for configuring API authentication)
- Mindz Platform User Guides (for understanding bundles and products management)