Resources · Make integration

Neuroflash Make integrationAutomate Neuroflash with Make.

Need AI copy written each time new data comes in? The Neuroflash Make integration gives you 2 action modules: one writes text with Neuroflash AI, the other calls its API directly. This guide is for marketers and ops people, and it walks you from connection to a working first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Neuroflash Make integration do for you?

The Neuroflash Make integration links your Neuroflash account to Make so that text generation becomes one step in an automation. In Make, that automation is called a scenario: a chain of modules, each one a brick that does a single job. Neuroflash brings the writing brick, other apps bring the data and the destination.

Product copy from a spreadsheet. An e-commerce team keeps product names in a sheet. A module from that app reads each new row, Generate Text writes a description from it, and the result goes back where the team works. Every item that travels between modules is a bundle, here one product per bundle.

Drafts for incoming requests. A support or sales team receives a form entry; the scenario passes the details to Neuroflash and stores a first reply draft for a human to review before sending.

Anything the modules don't list. When the Neuroflash API offers an endpoint that has no dedicated module, Make an API Call reaches it with the same connection. If you already use a sheet as your content base, the Airtable Make integration pairs well as the source.

Keep the limits in mind. Neuroflash has no trigger in Make, so it never starts a scenario by itself: another app or the schedule has to. The Make documentation for this app also warns that its own page was AI-generated and may contain mistakes, so check important details with Neuroflash. The same app often exists in n8n too; the n8n vs Make comparison lays out how the two tools differ, and the Make pricing page explains plans.

Connect

How do you connect Neuroflash to Make?

  1. 01

    Copy your API credentials

    Log in to Neuroflash and open your profile or account settings. Find the section that shows your API credentials, then copy the API key and the API token shown there. Keep both at hand for the next step.

  2. 02

    Add a Neuroflash module

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

  3. 03

    Name it and paste the keys

    Give the connection a clear label in Connection name if you like; the field is optional. Paste the credentials copied from Neuroflash, or follow the on-screen instructions, and save. The module is now ready to fill.

First scenario

Your first scenario with Neuroflash

GoalWhen a new item arrives in another app, Make asks Neuroflash to write text about it.

  1. 01

    Create the scenario

    Go to the Scenarios page, create a new scenario and click the + to add a first module. Since Neuroflash has no trigger, pick the app that holds your source data, such as a sheet or a form.

  2. 02

    Set up the source module

    Connect that first app and fill its fields. Once the connection exists, Make lists the sheets, folders or objects it can read, so you choose from a menu instead of typing paths.

  3. 03

    Add Generate Text

    Click the + on the right of the first module, search for Neuroflash and pick Generate Text. Select your connection, then map data from the previous module into its fields so each bundle gets its own text.

  4. 04

    Test with Run once

    Click Run once. Make runs the scenario a single time and shows the bundles each module received. Open the Generate Text output and read the text before going further.

  5. 05

    Schedule and switch on

    Open the clock on the first module to set the schedule; a new scenario runs every 15 minutes by default. Then switch the scenario on so it keeps working without you.

Modules

What the Neuroflash modules do

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

Neuroflash1

Generate Text

Action

In MakeGenerates text through neuroflash AI.

You get fresh copy written by Neuroflash AI, returned inside the scenario so the next module can store or send it. It turns data from another app into readable text without leaving Make.

When to use it
a product, lead or ticket reaches your scenario and needs a description, summary or draft reply written from its details.
Watch out
each run of this module on one bundle counts as an operation on your Make plan, so a list of many items adds up.
Neuroflash2

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

This gives you access to any endpoint of the Neuroflash API from your scenario, reusing the connection you already created. It covers what Generate Text alone does not.

When to use it
the Neuroflash feature you need exists in its API but has no dedicated module in Make.
Watch out
you describe the request yourself, so keep the Neuroflash API documentation open and test the call with Run once before switching the scenario on.
Need help

Need help automating Neuroflash with Make?

A person reads every message.

FAQ

Neuroflash and Make: common questions

01Is the Neuroflash Make integration free?
Yes, on the Make side. Neuroflash is a standard app, available from the Free plan. That plan allows 2 active scenarios, at least 15 minutes between 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 and count usage in credits per month. Your Neuroflash subscription is separate: check the Neuroflash pricing page for it.
02What do you need to connect Neuroflash to Make?
An active Neuroflash account and your API credentials. In Neuroflash, open your profile or account settings, find the API section and copy the API key and API token. In Make, add a Neuroflash module, click Create a connection, optionally name it, then paste the credentials or follow the instructions on screen. The connection is then shared by both Neuroflash modules. If the connection fails, first check that your Neuroflash account is still active.
03Can Neuroflash trigger a Make scenario?
No. Neuroflash has no trigger module in Make, so it cannot start a scenario on its own. Put another app first: its trigger, scheduled or instant depending on the app, fires the scenario and Neuroflash comes after. Or run the scenario on Make's schedule, which is every 15 minutes by default for a new scenario and as short as 1 minute on paid plans. Both approaches let Generate Text work on fresh data.
04What if the Neuroflash module you need is missing in Make?
Use Make an API Call. It reaches any endpoint of the Neuroflash API with the connection you already have, so a feature with no dedicated module is still within reach. You write the request yourself, based on the Neuroflash API documentation. Also note that the Make documentation for this app is marked as AI-generated and may contain mistakes; when something does not match, contact Neuroflash directly. Test the request with Run once before you switch the scenario on.
05Should you use Make or n8n for Neuroflash?
It depends on the tool your team already knows. The same app often has an n8n node as well, so the choice rarely comes down to Neuroflash itself. In Make, you get 2 modules, Generate Text and Make an API Call, a visual editor, and a Free plan that is enough to test a first scenario. Compare how each tool builds workflows and pick the one that matches how your team likes to work.