npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

n8n-nodes-dev-2-mindz

v0.1.7

Published

Interact with Mindz API to create enrols

Readme

Mindz node for N8N

Installation

To install this community node, follow one of the methods below:

Installation via n8n UI:

  1. Go to Settings > Community Nodes.
  2. Click on Install.
  3. Type n8n-nodes-mindz in the NPM package name field.
  4. Click Install to confirm.

Overview

Mindz is a complete platform for anyone who wants to create, sell, and manage online courses. It turns your knowledge into a digital business by offering everything from content hosting and payment processing to advanced marketing and data analysis tools to scale your sales.

The Mindz integration for n8n allows you to connect your member's area to hundreds of other applications, automating repetitive tasks and creating intelligent workflows to manage students, sales, and communication.

Credentials and Authentication

To connect your Mindz account to n8n, you first need to generate API credentials within your platform and then use them to authorize the connection.

Part 1: Generating Credentials in the Mindz Platform

  1. Access your account on the Mindz platform.
  2. In the left-side menu, navigate to Settings and then click on Apps.
  3. Locate the n8n application in the list and click to configure it.
  4. At this point, you will need the OAuth Redirect URL from n8n. You can find it in the Mindz node's credential creation window, and it has the format: https://YOUR-N8N-DOMAIN.com/rest/oauth2-credential/callback.
  5. Copy this URL from n8n and paste it into the corresponding field within Mindz.
  6. Save the configuration. The platform will generate and display your Client ID, Client Secret, and the authorization URLs. Copy these values for the next step.

Part 2: Configuring the Credential in n8n

  1. Go back to your workflow in n8n.
  2. In the Mindz node's credential window, fill in the Client ID, Client Secret, Authorization URL, and Access Token URL fields with the values you just obtained from Mindz.
  3. The required permission scopes are already pre-loaded. If your account does not have full administrator access, you can adjust the scopes to match your specific permissions.
  4. After filling everything in, click the button to save and initiate the connection.
  5. You will be redirected to the Mindz screen to authorize access. Log in and click Authorize.
  6. Done! Your connection is now secure and configured.

Node Operations (Mindz Node)

The Mindz actions node allows you to perform a wide range of operations directly on your platform.

For example, with the User resource, you can perform operations like: create, get, update, delete, and changePassword.

Other resources such as Course, Enrollment, and Payment follow a similar structure, each with its own specific operations to interact with the platform.

Event Triggers (MindzTrigger Node)

The trigger node allows you to start workflows in n8n based on events that happen in real-time on your Mindz platform.

For example, you can set up a trigger to fire whenever a payment is completed (event paid from the Payment resource). This allows you to perform immediate actions, such as granting access to a course or sending a confirmation notification to the customer.