Resources · Make integration

MindStudio Make integrationAutomate MindStudio with Make.

What if your MindStudio apps ran on their own, fed by the tools your team already uses? The MindStudio Make integration gives you 3 modules: two actions and one search. This page shows how to link your account, then walks you through a first scenario, step by step.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the MindStudio Make integration do for you?

The MindStudio Make integration lets a Make scenario (the automation you build, a chain of steps) start one of your MindStudio apps, look up the apps your organization owns, or call the MindStudio API directly. Each step is a module, one brick of the scenario, and there is no code to write.

Put an AI app behind a form. A request lands in another tool, such as a table in Airtable. Make hands its content to Run an App, which executes the MindStudio app you picked, and the next module stores what comes back. The Airtable Make integration page covers that side of the flow.

Keep an inventory of your apps. List Organization Apps returns the apps of your MindStudio organization, one bundle each (a bundle is one item passed from a module to the next). Send them to a sheet and everyone on the team knows what already exists before building a duplicate.

Reach what the list does not cover. Make an API Call uses the same connection to call any endpoint of the MindStudio API, so a missing module rarely blocks you.

Know the limits before you start. MindStudio has no trigger in Make: nothing inside MindStudio can start a scenario, so a schedule or another app has to kick things off. The Make documentation for this app also warns that its text was generated from MindStudio's own docs and should be checked with MindStudio when a detail matters. If you are still choosing a platform, the n8n vs Make comparison lays out the criteria, and the Make pricing page explains how operations are counted.

Connect

How do you connect MindStudio to Make?

  1. 01

    Get your Bearer token

    Log in to MindStudio and open your account or developer settings. Find the part about API access or API tokens, then generate or copy your Bearer token. It may show up under the name ACCESS_TOKEN. Keep it at hand for the next step.

  2. 02

    Add a MindStudio module

    In your Make scenario, add any MindStudio module and click Create a connection. A connection is your MindStudio account linked to Make once, then reused by every MindStudio module you add later.

  3. 03

    Paste the token and save

    Give the connection a clear label in Connection name if you like, which helps when you link more than one MindStudio account. Then paste the token you copied and save. Make now lists the MindStudio data it can read.

First scenario

Your first scenario with MindStudio

GoalWhen a new request appears in another app, Make runs your MindStudio app on it and passes the result along.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the +. Pick the app where your requests arrive, a table or a form tool, and choose the module that watches for new items.

  2. 02

    Add Run an App

    Click the + to the right of that first module, search for MindStudio and pick Run an App. Select your connection, or create it with the token from the previous section.

  3. 03

    Map the incoming data

    Fill the module. Make lists what it can read from your account, and you drag the content of the request, from the first module, into the fields of Run an App.

  4. 04

    Test with Run once

    Click Run once, the button that executes the scenario a single time. Then read the bundles each module received and check that the answer from your MindStudio app looks right.

  5. 05

    Schedule and switch it on

    Set the Scheduling clock on the first module, every 15 minutes by default, then switch the scenario on. Each module run counts as one operation on your Make plan.

Modules

What the MindStudio modules do

MindStudio gives you 3 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

MindStudio1

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Reach any endpoint of the MindStudio API from your scenario, with the connection you already set up, and get back whatever that endpoint returns.

When to use it
the two dedicated modules do not cover your need, for instance a MindStudio feature that has no module of its own in Make.
Watch out
this module expects you to know the MindStudio API, so read the vendor documentation for the endpoint before you build the request.
MindStudio2

Run an App

Action

In MakeExecutes an app

Start one of your MindStudio apps from Make, so the AI work happens inside a larger flow instead of by hand in the MindStudio interface.

When to use it
a new support ticket, form entry or table row should be processed by an app you built, and the result has to land in another tool.
Watch out
it runs once per bundle it receives, so a module upstream that sends ten items triggers ten runs and ten operations.
MindStudio3

List Organization Apps

Search

In MakeLists organization apps.

Pull the list of apps that belong to your MindStudio organization, so you can see or reuse them elsewhere without opening MindStudio.

When to use it
you want a shared catalog of apps in a spreadsheet, or you need to check which app exists before running it.
Watch out
as a search module it can return zero, one or many bundles, and every module placed after it runs once for each of them.
Need help

Need help automating MindStudio with Make?

A person reads every message.

FAQ

MindStudio and Make: common questions

01Is the MindStudio Make integration free?
Yes, MindStudio is a standard app in Make, so it works from the Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between two scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) lower the interval to 1 minute, lift the cap on active scenarios and count usage in credits each month. Your MindStudio subscription is a separate matter, handled on the MindStudio side.
02What do you need to connect MindStudio to Make?
You need an active MindStudio account and a Bearer token. In MindStudio, open your account or developer settings, find the section on API access or API tokens, and generate or retrieve the token, which may be labeled ACCESS_TOKEN. In Make, add a MindStudio module, click Create a connection, optionally name it, and paste the token. The same connection then serves all three modules, including Make an API Call, so you only set it up once.
03Can MindStudio start a Make scenario in real time?
No, the app has no trigger module in Make, neither scheduled nor instant, so MindStudio itself cannot start a scenario. You still have two ways in. Put the trigger of another app first, such as the tool where requests arrive, and follow it with Run an App. Or let the scenario run on its schedule, every 15 minutes by default and never more often than every 15 minutes on the Free plan, and begin it with List Organization Apps or another app.
04What if a MindStudio module is missing in Make?
It depends on the feature, but Make an API Call usually covers it. This module calls any endpoint of the MindStudio API with the connection you already have, so you are not limited to Run an App and List Organization Apps. The Make documentation for MindStudio gives no specific limits and notes that it was generated from the vendor's documentation, so check important details with MindStudio directly before relying on them.
05Make or n8n for MindStudio?
It depends on the criteria that matter to your team, not on a winner. On Make, MindStudio offers 3 modules, a Bearer token connection and a guided editor where you test with Run once before switching a scenario on. The same app often has an n8n node as well, so compare the actions you need on each side, where your other tools already live and who will maintain the flows. The comparison page linked above lists those criteria side by side.