Package Information
Documentation
Mindz node for N8N
Installation
To install this community node, follow one of the methods below:
Installation via n8n UI:
- Go to Settings > Community Nodes.
- Click on Install.
- Type
n8n-nodes-mindzin the NPM package name field. - 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
- Access your account on the Mindz platform.
- In the left-side menu, navigate to Settings and then click on Apps.
- Locate the n8n application in the list and click to configure it.
- 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. - Copy this URL from n8n and paste it into the corresponding field within Mindz.
- 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
- Go back to your workflow in n8n.
- 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.
- 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.
- After filling everything in, click the button to save and initiate the connection.
- You will be redirected to the Mindz screen to authorize access. Log in and click Authorize.
- 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.