Mindz icon

Mindz

Interact with Mindz API

Actions115

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" resource with the "Get" operation enables retrieving detailed information about a specific bundle by its unique identifier.

This node is beneficial in scenarios where you need to programmatically access bundle details within an automation workflow, for example:

  • Fetching bundle information to display or process in downstream nodes.
  • Integrating Mindz bundle data into external systems or reports.
  • Automating updates or validations based on bundle attributes.

Properties

Name Meaning
Bundle ID The unique identifier of the bundle to retrieve. This is a required string input field.

Output

The node outputs JSON data representing the retrieved bundle's details. The exact structure depends on the Mindz API response for a bundle but typically includes fields such as bundle name, description, included courses, pricing, and other metadata.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active connection to the Mindz API via an OAuth2-based API key credential configured in n8n.
  • Proper permissions on the Mindz account to read bundle information.
  • Network connectivity to the Mindz API endpoint.

Troubleshooting

  • Common issues:

    • Invalid or missing Bundle ID will cause the API call to fail.
    • Insufficient API permissions may result in authorization errors.
    • Network or connectivity problems can lead to timeouts or unreachable errors.
  • Error messages:

    • "Bundle not found" — Verify that the provided Bundle ID exists and is correct.
    • "Unauthorized" or "Authentication failed" — Check that the API credentials are valid and have necessary scopes.
    • "Request timed out" — Ensure stable internet connection and Mindz API availability.

Resolving these usually involves verifying input parameters, checking credential configurations, and ensuring API service status.

Links and References

Discussion