Resources · Make integration

Jasper AI Make integrationAutomate Jasper AI with Make.

Can Make write your marketing drafts in Jasper while you work elsewhere? The Jasper AI Make integration gives you 10 action modules: content generation, tones and knowledge. This guide shows marketers how to link the account and build a first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What does the Jasper AI Make integration do?

The Jasper AI Make integration lets a Make scenario (the automation you build, a chain of modules) ask Jasper to write content, then pass the text on to your other tools. It also keeps your brand tones and knowledge items in Jasper up to date, all without writing code.

Product copy on demand. When a new item appears in the app where your catalog lives, Run a Template uses one of Jasper's pre-packaged marketing templates to draft the text, and the next module files it where your team reviews it.

One source, several formats. A published article can go through Remix Knowledge, which reshapes a piece of content into new forms, such as a shorter version for social posts. Run a Command covers the requests no template fits, with a free-form prompt and optional context.

A brand voice that stays current. Your style guide changes? Update a Tone and Update Knowledge push the change into Jasper so every later generation follows it.

What the integration does not do: it has no trigger, so Jasper never starts a scenario on its own. The first module comes from another app or from the scenario's schedule. For endpoints the listed modules skip, Make an API Call reuses the same connection. If you are still weighing tools, read the n8n vs Make comparison and the Make review; teams that want a hand can look at the Make training.

Connect

How do you connect Jasper AI to Make?

  1. 01

    Generate an API key in Jasper

    In your Jasper AI account, open the settings panel, go to the Dev Tools tab, then the Tokens section. Click Generate and copy the API key that appears on screen.

  2. 02

    Add a Jasper AI module in Make

    Log in to Make, add any Jasper AI module to your scenario and click Create a connection. A connection is your Jasper account linked to Make once, then reused by every Jasper module.

  3. 03

    Paste the key and save

    Give the connection a clear label in the Connection name field if you like; it is optional. Paste the API key you copied from Jasper, or follow the on-screen instructions, and save.

First scenario

Your first scenario with Jasper AI

GoalWhen a new row lands in another app, Make sends it to Jasper AI with Run a Command and hands the generated draft to the next module.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the + to add the first module. Jasper has no trigger, so pick the app that holds your content requests.

  2. 02

    Set the starting module

    Choose the module of that app that returns new items, such as new rows in a sheet. Each item it finds travels through the scenario as a bundle, one request at a time.

  3. 03

    Add Run a Command

    Click the + on the right of the first module, search for Jasper AI and pick Run a Command. Write your prompt and map the row's topic from the previous module as context.

  4. 04

    Test with Run once

    Click Run once. Make executes the scenario one time and shows the bundles each module received, so you can read Jasper's draft and adjust the prompt before going further.

  5. 05

    Schedule and switch it on

    Open the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. Each module run on a bundle counts as one operation on your Make plan.

Modules

The 10 Jasper AI modules in Make

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

Jasper AI1

Create a Tone

Action

In MakeCreate a tone for use in personalizing AI outputs.

Adds a new tone to your Jasper workspace, so later generations can sound like your brand instead of a generic assistant.

When to use it
a new client or product line arrives with its own style guide, and you want Jasper to write in that voice from the first draft.
Watch out
creating a tone does not change text already written; only the generations that use it afterward will follow it.
Jasper AI2

Create Knowledge

Action

In MakeCreates a knowledge item for use in personalizing AI outputs.

Stores a new knowledge item in Jasper, the background facts Jasper can draw on to personalize what it writes about your offer.

When to use it
a product sheet or a positioning document is approved in another tool and should become reference material for every writer using Jasper.
Watch out
map only validated content into this module, since whatever you store may shape later drafts.
Jasper AI3

Delete a Tone

Action

In MakeDelete an existing tone in your Jasper workspace.

Removes an existing tone from your workspace, which keeps the tone list short and stops anyone from picking a retired voice by mistake.

When to use it
a brand is discontinued or a client contract ends, and its voice should disappear from Jasper along with the rest of the account.
Watch out
the documentation mentions no way to restore a deleted tone, so treat the deletion as final and test it with Run once on a dummy tone.
Jasper AI4

Delete Knowledge

Action

In MakeDeletes an existing knowledge item from your Jasper workspace.

Takes a knowledge item out of your Jasper workspace, so outdated facts stop feeding the content Jasper produces.

When to use it
an offer is withdrawn or a price sheet is replaced, and the old document must no longer influence drafts about that product.
Watch out
nothing in the documentation describes an undo, so place a filter before this module to make sure only the intended item reaches it.
Jasper AI5

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Calls any endpoint of the Jasper API from your scenario, with the connection you already set up, for the cases the nine other modules leave out.

When to use it
you need a Jasper feature that has no dedicated module in Make, and you are comfortable reading the vendor's API reference to build the request.
Watch out
this module is closer to raw API work than the others, so check the request and the response in a Run once test before activating the scenario.
Jasper AI6

Remix Knowledge

Action

In MakeTurn a piece of content into new or different forms.

Reworks a piece of content into a new or different form, so one long text can feed several channels without a rewrite by hand.

When to use it
a blog article is published and you want a shorter version for a newsletter or social posts built from the same material.
Watch out
the output is AI-generated, so route it to a review step, such as a draft folder, rather than straight to publication.
Jasper AI7

Run a Command

Action

In MakeGenerates customized content with a free-form prompt and optional context.

Sends Jasper a free-form prompt, with optional context, and returns the generated text for the next module to use.

When to use it
your request does not match any template, for example a reply suggestion built from a customer message that arrived in another app.
Watch out
the quality depends on your prompt; map real data from earlier modules as context instead of writing everything in one fixed sentence.
Jasper AI8

Run a Template

Action

In MakePerforms common content generation tasks via pre-packaged templates for marketers.

Runs one of Jasper's pre-packaged marketing templates, which gives you a structured result without writing the prompt yourself.

When to use it
the task is a classic one, such as product descriptions or ad copy, and a ready template already frames it better than a custom prompt would.
Watch out
if no template fits the format you need, switch to Run a Command rather than forcing the closest template.
Jasper AI9

Update a Tone

Action

In MakeUpdate an existing tone in your Jasper workspace.

Changes an existing tone in Jasper, so a revised brand voice applies to future content without creating a duplicate.

When to use it
the marketing team edits its style guide in a shared document, and the new wording should reach Jasper as soon as it is approved.
Watch out
make sure the scenario targets the right tone; editing the wrong one silently changes the voice of another brand.
Jasper AI10

Update Knowledge

Action

In MakeUpdates an existing knowledge in your Jasper workspace.

Refreshes a knowledge item that already exists in your workspace, keeping Jasper's reference facts in line with your current offer.

When to use it
a product's features or conditions change in your catalog tool, and every later draft about it should reflect the new version.
Watch out
prefer this module over deleting and recreating the item, which leaves a gap where Jasper has no reference at all.
Need help

Need help automating Jasper AI with Make?

A person reads every message.

FAQ

Jasper AI and Make: frequently asked questions

01Is the Jasper AI Make integration free?
Yes on the Make side: Jasper AI is a standard app, available from the 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. On the Jasper side, the documentation requires a Jasper Business plan account, so check the Jasper AI pricing page for that subscription.
02What do you need to connect Jasper AI to Make?
You need a Jasper Business plan account and an API key. Generate the key in Jasper from the settings panel, under the Dev Tools tab and the Tokens section, with the Generate button, then copy it. In Make, add a Jasper AI module, click Create a connection, optionally name it, and paste the key. That single connection then serves all 10 Jasper modules in every scenario you build. Once it exists, Make can list what it reads in your Jasper account while you fill in the module fields.
03Does the Jasper AI Make integration react in real time?
No, because Jasper AI has no trigger module in Make: nothing in Jasper can start a scenario. The scenario begins with another app. If that app offers an instant trigger, called through a webhook as soon as something happens, the Jasper modules run right after it. Otherwise the scenario follows its schedule, every 15 minutes by default, with 1 minute as the shortest interval on paid plans. In short, Jasper always sits after another module, never at the start of the flow.
04What if the Jasper AI module you need is missing in Make?
Use Make an API Call. It reaches any endpoint of the Jasper API with the connection you already have, which covers features the other nine modules do not expose. Keep in mind that the Make documentation for this app is AI-generated from Jasper's own documentation and may contain mistakes, so confirm important details with Jasper directly before relying on them. If a response looks unclear, run the module with Run once and read what Jasper sends back.
05Should you use Make or n8n for Jasper AI?
It depends on where your team already builds. On Make, Jasper AI comes with 10 ready modules covering generation, tones and knowledge, plus Make an API Call for the rest, and a first scenario needs no code. Many apps also have an n8n node, so check whether Jasper AI has one there if n8n is your team's tool. Compare the modules each side offers for your exact use case rather than picking on reputation.