Actions116
- 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
- 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
- Team Actions
- User Actions
Overview
The "Mindz" node integrates with the Mindz API, allowing users to interact with various Mindz resources such as bundles, courses, users, teams, subscriptions, emails, and payment-related entities. Specifically, the Bundle - Get Price operation retrieves pricing information for a specified bundle by its ID.
This node is beneficial in scenarios where you need to programmatically fetch bundle pricing details within an automation workflow, such as:
- Displaying current prices of course bundles in a dashboard.
- Automating price checks before processing orders or subscriptions.
- Synchronizing bundle prices with external systems or databases.
Example use case: Automatically retrieve the price of a specific educational content bundle to update your CRM or notify sales teams.
Properties
| Name | Meaning |
|---|---|
| Bundle ID | The unique identifier of the bundle for which the price information is requested. |
Output
The node outputs JSON data containing the price details of the specified bundle. The exact structure depends on the Mindz API response but typically includes fields such as:
- Bundle ID
- Price amount
- Currency
- Any applicable discounts or special pricing conditions
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.
- Proper configuration of the Mindz OAuth2 credentials within n8n is necessary.
- Internet access to communicate with the Mindz API endpoints.
Troubleshooting
Common issues:
- Invalid or missing Bundle ID: Ensure the Bundle ID provided exists and is correctly formatted.
- Authentication errors: Verify that the OAuth2 credentials are valid and have not expired.
- Network connectivity problems: Confirm that the n8n instance can reach the Mindz API servers.
Error messages:
- "Unauthorized" or "Authentication failed": Check and refresh the API authentication token.
- "Bundle not found": Confirm the Bundle ID is correct and the bundle exists in Mindz.
- Timeout or network errors: Investigate network settings or API availability.
Links and References
- Mindz API Documentation (hypothetical link)
- n8n OAuth2 Credential Setup Guide: https://docs.n8n.io/credentials/oauth2/