Resources · Make integration

Murf AI Make integrationAutomate Murf AI with Make.

Need voice-overs without recording each one by hand? The Murf AI Make integration gives you 3 modules: two actions and one search. It suits course creators, marketers and support teams. This page connects your account and walks you through a first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Murf AI Make integration do for you?

The Murf AI Make integration lets Make send text to Murf AI and get speech back, without you copying anything by hand. You build a scenario, which is the automation Make runs for you, out of modules: each module is one brick, here an action or a search in your Murf AI account.

Narration for training videos. A course team writes lesson scripts in a table. Each new script goes to Synthesize Speech, which generates the audio from the text. If your scripts live in Airtable, the Airtable Make integration gives you the starting point.

A reference list of voices. Before a product demo, a marketer wants to see every voice on offer. List Voices returns them all, each one as a separate bundle (one item passed to the next module), ready to be written into a sheet.

Anything the two named modules skip. Make an API Call reaches any endpoint of the Murf AI API with the same connection, so an unlisted feature is still within reach.

Two limits to know. Murf AI has no trigger in Make, so another app or a schedule has to start the scenario. And Make flags its own Murf AI documentation as AI-generated, so check important details with Murf AI. The same app often has an n8n node too; the n8n vs Make comparison lays out the criteria. To learn the editor properly, Make training covers it step by step.

Connect

How do you connect Murf AI to Make?

  1. 01

    Generate your API key

    Log in to Murf AI and open the Dashboard. Choose the option that generates a new API key, then copy the key shown on screen. You need an active Murf AI account for this; the plan itself is on the Murf AI pricing page.

  2. 02

    Add a Murf AI module

    In your Make scenario, add any Murf AI module and click Create a connection. A connection is your Murf AI account linked to Make once; every Murf AI module of your scenarios reuses it afterwards.

  3. 03

    Paste the key and save

    Give the connection a label in Connection name if you like, it is optional but helps when you have several accounts. Paste the API key you copied, confirm, and Make can now work with your Murf AI account.

First scenario

Your first scenario with Murf AI in Make

GoalWhen a new script appears in another app, Make sends it to Murf AI and gets the spoken version back.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the big +. Since Murf AI has no trigger, the first module comes from the app where your scripts are written.

  2. 02

    Pick the starting app

    Search that app by name, choose its trigger and connect your account. Make then lists the tables or folders it can read, so you just pick the one holding your scripts.

  3. 03

    Add Synthesize Speech

    Click the + on the right of the first module, search Murf AI and choose Synthesize Speech. Link your account with Create a connection, then map the script text from the previous module.

  4. 04

    Test with Run once

    Click Run once to execute the scenario a single time. Then read the bundles each module received and check that Murf AI returned audio for your text.

  5. 05

    Schedule and switch on

    Set the clock on the first module (every 15 minutes by default) and turn the scenario on. Each module run counts as one operation, the unit Make counts on your plan.

Modules

What each Murf AI module does

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

Murf AI1

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

You get access to the whole Murf AI API from one module, using the connection you already set up. It sends an authorized request to any endpoint you name and hands back the response.

When to use it
a feature you need exists in the Murf AI API but neither Synthesize Speech nor List Voices covers it.
Watch out
you describe the request yourself, so keep the Murf AI API reference open while you set it up.
Murf AI2

Synthesize Speech

Action

In MakeGenerates an audio from text.

Your text comes back as spoken audio, generated by Murf AI inside the scenario. It sits at the heart of the integration: script in, voice-over out.

When to use it
a lesson, an announcement or a product description is ready in another app and needs a narrated version.
Watch out
each script processed costs one operation, so a batch of rows means as many operations.
Murf AI3

List Voices

Search

In MakeLists all the voices.

Every Murf AI voice lands in your scenario as its own bundle, so you can see the full catalog without leaving Make. As a search module, it can return many items in a single run.

When to use it
you want a sheet of available voices to share with the team before choosing one for a project.
Watch out
any module placed after it runs once per voice, which multiplies operations quickly.
Need help

Need help automating Murf AI with Make?

A person reads every message.

FAQ

Questions about the Murf AI Make integration

01Is the Murf AI Make integration free?
Yes, on the Make side. Murf AI is a standard app, so it works from the Make Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans lower the interval to 1 minute and remove the cap on active scenarios. Murf AI itself still needs an active account; its own plans are listed on the Murf AI pricing page.
02What does the Murf AI Make integration need to connect?
Two things: an active Murf AI account and an API key. You generate the key from the Murf AI Dashboard, copy it, then paste it when Make asks you to create a connection from any Murf AI module. The connection name is optional. Once saved, that single connection serves the three modules, including Make an API Call, so you never enter the key twice in the same account. If Make shows on-screen instructions instead of a key field, follow them to finish the connection.
03Does the Murf AI Make integration react in real time?
No, because Murf AI has no trigger module in Make. Something else has to start the scenario. You can place a trigger from another app first, for example the app where your scripts are written, or rely on the schedule of the first module, which runs every 15 minutes by default on a new scenario. If that other app offers an instant trigger, the one with the lightning badge, it calls Make through a webhook as soon as something happens.
04What if a Murf AI Make module is missing?
Use Make an API Call. It calls any endpoint of the Murf AI API with the connection you already have, so a feature absent from Synthesize Speech and List Voices is still reachable. You will need the Murf AI API reference to write the request. Also keep in mind that Make marks its Murf AI documentation as AI-generated, so confirm important details with Murf AI before relying on them in a production scenario.
05Should you use Make or n8n for the Murf AI integration?
It depends on where your other automations already run. In Make, Murf AI offers three modules, works from the Free plan and covers the rest of its API through Make an API Call. The same app often has an n8n node as well, so check what that node offers before deciding. Picking the tool your team already maintains usually matters more than the Murf AI connector itself, since the scripts you voice will come from those other apps.