Resources · Make integration

JoggAI Make integrationAutomate JoggAI with Make.

What if every AI video you render in JoggAI could start, and finish, without a single copy-paste? The JoggAI Make integration gives you 31 modules, including 2 instant triggers. This guide connects your account and walks you through a first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the JoggAI Make integration do for you?

The JoggAI Make integration links your JoggAI account to Make so that videos, avatars, AI photos and scripts are produced by a scenario, the automation you build in Make as a chain of modules. Each module is one brick: a trigger, an action or a search. You drag them together, and Make runs them in order.

Product pages turned into videos. An online store registers each new item with Upload product, then asks Create from Product to summarize it into a clip. Generate Preview shows the draft first, so a merchandiser can approve it before the final render.

Scripts written and voiced for you. A training team sends a short description to Generate AI Script, reads the text, then hands it to Create from Avatar with a presenter picked through Get Library Avatars. Nobody opens an editor.

Failures caught while they are fresh. Generated Video Failed fires the instant JoggAI reports a problem, and your scenario can alert whoever owns the campaign. Its twin, Generated Video Success, does the same for finished videos.

Know the limits: the official Make documentation for JoggAI is itself flagged as AI-generated and may contain mistakes, so test each module with Run once before trusting a field. Anything the listed modules skip goes through Make an API Call. If you also weigh another tool, the n8n vs Make comparison sets the criteria side by side, and the Make pricing page explains how operations are counted.

Connect

How do you connect JoggAI to Make?

  1. 01

    Get your JoggAI API key

    Log in to JoggAI with an active account and copy your API key. Without that key, Make has nothing to authenticate with. The subscription itself is handled on the JoggAI side, through its own pricing page.

  2. 02

    Add a JoggAI module and open the connection

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

  3. 03

    Paste the key and save

    Give it a label in the Connection name field if you like (it is optional), paste the API key, then follow the on-screen instructions. Make lists the connection in the module, ready to use.

First scenario

Your first scenario: fetch every finished JoggAI video

GoalWhen a video finishes generating in JoggAI, Make retrieves its details so you can pass them to the next tool.

  1. 01

    Create the scenario

    Open the Scenarios page in Make, create a new scenario and click the big + to place the first module on the canvas.

  2. 02

    Add the Generated Video Success trigger

    Search for JoggAI, pick Generated Video Success, click Create a webhook, then Create a connection and paste your API key. The lightning badge tells you JoggAI will call Make itself.

  3. 03

    Chain Get Video

    Click the + on the right of the trigger, add the JoggAI module Get Video, and map the video coming from the trigger instead of typing anything by hand.

  4. 04

    Test with Run once

    Click Run once, then let a video finish in JoggAI. Make shows the bundle each module received, one item passed from module to module, so you can check the details before going further.

  5. 05

    Switch the scenario on

    Once the test looks right, turn the scenario on. Because the trigger is instant, it waits for JoggAI to call it rather than checking on a schedule.

Triggers

What starts a JoggAI scenario?

2 modules start a scenario when something happens in JoggAI. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by JoggAI as soon as it happens.

JoggAI1Generated Video Failed

Generated Video Failed

Instant trigger

In Make“Triggers when generate video failed”

A render that breaks no longer slips by unnoticed: this trigger starts your scenario as soon as JoggAI reports that a video could not be generated, and passes Make a bundle about that job.

How it fires
instant. JoggAI calls Make through a webhook the moment the failure happens, so there is no polling interval to choose.
When to use it
a marketing team queues product clips and wants any failed one flagged in its chat tool before a launch depends on it.
Watch out
run the scenario once with Run once and read what the bundle actually holds before mapping it into an alert.
JoggAI2Generated Video Success

Generated Video Success

Instant trigger

In Make“Triggers when a new video is generated”

Finished videos come to you instead of you refreshing JoggAI: the scenario starts each time a new video is generated, carrying that video into the next modules.

How it fires
instant. JoggAI notifies Make through a webhook right when the video is ready, and each notification runs the scenario once.
When to use it
a social media manager wants every new clip filed in a shared drive, logged in a spreadsheet or posted for review without checking the dashboard.
Watch out
pair it with Get Video when you need more details than the trigger itself provides, and remember each module run counts as one operation on your plan.
Modules

What can JoggAI do inside Make?

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

JoggAI1

Add a Webhook Endpoint

Action

In Make“Add a new webhook endpoint configuration”

You end up with a new address registered in JoggAI: this action adds a webhook endpoint configuration, meaning a URL that JoggAI can notify.

When to use it
your team routes JoggAI notifications to an internal tool and prefers setting that address from a scenario rather than by hand.
Watch out
run List of Available Webhook Events first so you know which events exist before you configure anything.
JoggAI2

Create from Avatar

Action

In Make“Creates a new video using an avatar and a script”

A talking presenter video, built from an avatar and the script you pass in, is what this action hands back. You write the words, JoggAI puts them in a face.

When to use it
a training manager turns each new internal procedure into a presenter clip for the onboarding library.
Watch out
fetch the avatar with Get Library Avatars or Get Instant Avatars first and map it, rather than guessing its identifier.
JoggAI3

Create from Product

Action

In Make“Creates a new video by summarizing a product like a product details page”

Hand it a product and you get a video that summarizes it, the way a shopper would skim a product details page.

When to use it
an online store wants a clip ready whenever a new item goes live in the catalog.
Watch out
register the product with Upload product before this step, and use Generate Preview when someone must approve the result before the final video is created.
JoggAI4

Create from Template

Action

In Make“Creates a new video from a pre-defined template”

Every video leaves with the same layout, because this action fills a pre-defined template instead of starting from an empty canvas.

When to use it
an agency produces a series of clips for a client and needs the branding, pacing and structure to stay identical from one to the next.
Watch out
fetch the template with one of the two template searches listed below, your own or the public library, and map it from there, rather than typing its name by hand.
JoggAI5

Create Photo Avatar

Action

In Make“Create a photo avatar based on the specified description”

A new photo avatar, described in words rather than photographed, is what you walk away with once this action runs on your description.

When to use it
a brand wants a recurring presenter persona for its videos without hiring anyone to sit in front of a camera.
Watch out
the avatar is produced as a task, so follow with Check Photo Avatar Generation Status to know where it stands before you use it.
JoggAI6

Delete a Webhook Endpoint

Action

In Make“Delete an existing webhook endpoint”

JoggAI stops calling an address you no longer use: this action removes an existing webhook endpoint from your account.

When to use it
a tool that used to receive JoggAI notifications has been retired and its address should go with it.
Watch out
pick the endpoint through List of Webhook Endpoints and double-check it during a Run once test before activating anything.
JoggAI7

Generate AI Photo

Action

In Make“Generates four new AI photos based on a description”

Four fresh AI photos come out of a single run, all generated from the text description you provide.

When to use it
a designer explores several visual directions for a campaign and wants options on the table before choosing one.
Watch out
generation happens in the background, so chain Check Photo Generation Status before sending the photos anywhere. One run of the module is one operation, the unit Make counts on your plan.
JoggAI8

Generate AI Script

Action

In Make“Generates a script from a product or description using AI”

Instead of a blank page, you receive a script written by AI, starting either from a product or from a plain description.

When to use it
the sales team needs a pitch text to feed straight into Create from Avatar whenever a new offer is announced.
Watch out
the text is machine-written, so route it past a human, for example a message to a reviewer, before it reaches a video module.
JoggAI9

Generate Avatar New Look Photo

Action

In Make“Based on the provided photo, a new photo is generated by marrying the input parameters.”

Your existing avatar photo gets a new look: JoggAI generates a fresh image by combining the photo you provide with the parameters you set on the module.

When to use it
the same presenter should appear with a different outfit or setting for a holiday campaign, without a new photo shoot or a new avatar to manage.
JoggAI10

Generate Preview

Action

In Make“Generates a video preview from a product without creating the final video”

You see a draft of the product video without creating the final one, which keeps approval separate from production.

When to use it
a client or a manager signs off on each product clip before it is rendered for real.
Watch out
a preview is not the deliverable. Once it is approved, run Create from Product to produce the actual video, and keep both steps in the same scenario so nothing gets lost.
JoggAI11

Get Video

Action

In Make“Retrieves information about a generated video”

This action gives you the information about one video JoggAI already generated, so the modules that follow have the details to work with.

When to use it
right after Generated Video Success, when you want to post, store or log the video in another app.
Watch out
it targets a single video. Map it from the trigger or from an earlier module rather than pasting a value by hand.
JoggAI12

Make an API Call

Action

In Make“Performs an arbitrary authorized API call.”

Any JoggAI endpoint the listed modules skip becomes reachable here, with the same connection you already set up and no extra authentication.

When to use it
you need a JoggAI feature that none of the other modules on this page exposes yet.
Watch out
you write the request yourself, so keep the JoggAI API documentation open next to Make and test the call with Run once before switching the scenario on.
JoggAI13

Update a Webhook Endpoint

Action

In Make“Updating an existing webhook endpoint configuration”

An existing webhook endpoint configuration changes in place, so you avoid deleting it and creating it again.

When to use it
the address that receives JoggAI notifications has moved, or you want it to follow different events than before.
Watch out
get the right endpoint from List of Webhook Endpoints first, because updating the wrong one silently redirects notifications another team relies on.
JoggAI14

Update product

Action

In Make“Update the information of a product”

JoggAI's copy of a product stays in line with your catalog, because this action rewrites the information stored for it.

When to use it
a description or a selling point changes in your store and the next product video must reflect it.
Watch out
update the product before calling Create from Product or Generate Preview, otherwise the video summarizes the old information.
JoggAI15

Upload File

Action

In Make“Uploads a file for use in video generation”

A file stored in another app lands in JoggAI, available for your video generations.

When to use it
your logo, a product shot or a background clip lives in cloud storage and should end up in the next video without a manual download.
Watch out
on the Make Free plan, files are limited to 5 MB, so a heavy clip may need a paid plan or a lighter version.
JoggAI16

Upload product

Action

In Make“Uploads and processes a product to be used for video creation”

A product gets registered and processed in JoggAI, ready to serve as the base for a video.

When to use it
a new item appears in your shop and you want JoggAI to know it before any clip is generated.
Watch out
this step only prepares the product. Follow it with Generate Preview or Create from Product to get something you can actually publish or share.
JoggAI17

Check Photo Avatar Generation Status

Search

In Make“Checks the generation status of an avatar task”

You learn whether a photo avatar task has finished, so the scenario only moves on once the avatar can be used.

When to use it
just after Create Photo Avatar, before a module that needs the finished avatar.
Watch out
an unfinished task is a normal answer, not an error. Build the rest of the scenario for the case where the status says the avatar is ready.
JoggAI18

Check Photo Generation Status

Search

In Make“Checks the generation status of the AI photo”

Tells you where an AI photo generation stands, so your scenario does not send out images that do not exist yet.

When to use it
after Generate AI Photo, before the photos are shared with a designer or stored in a folder.
Watch out
this search checks AI photos only. For photo avatars, use Check Photo Avatar Generation Status instead.
JoggAI19

Get Instant Avatars

Search

In Make“Retrieves a list of your clone avatars”

Your clone avatars, the ones built from you or your team, come back as a list you can map into video modules.

When to use it
a founder records videos with a personal clone and wants Create from Avatar to always pick that one.
Watch out
like every search, it can return zero, one or several bundles, and each bundle runs the next module once.
JoggAI20

Get Library Avatars

Search

In Make“Retrieves a list of public available avatars”

The public avatars JoggAI makes available show up in your scenario, handy when you have no clone of your own yet.

When to use it
a small team wants a presenter for product videos without recording anyone.
Watch out
the list can be long. Keep only the one avatar you chose before feeding Create from Avatar, or you risk producing one video per avatar.
JoggAI21

Get Library Templates

Search

In Make“Retrieves a list of all public templates voices”

Browse the public templates JoggAI offers directly from Make and pick one for your next video.

When to use it
you are testing formats before designing a template of your own, and want to try a few ready-made layouts first.
Watch out
map the chosen template into Create from Template, and keep a single result first so a single run does not trigger one video per template.
JoggAI22

Get Library Voices

Search

In Make“Retrieves a list of all public available voices”

All the public voices JoggAI makes available are listed for you, ready to pair with an avatar or a template.

When to use it
a campaign targets several markets and each version needs a voice that fits its audience.
Watch out
each voice arrives as its own bundle. Keep only the one you need before the video module, otherwise every voice spends an operation.
JoggAI23

Get Music

Search

In Make“Retrieves a list of available background music”

Background tracks become selectable in your scenario: this search lists the music JoggAI has available for videos.

When to use it
promotional clips need a soundtrack and you want the choice made by the scenario, not by someone clicking through the app.
Watch out
the search returns a list, so decide on a rule, such as a fixed track, before passing it to a video module.
JoggAI24

Get My Templates

Search

In Make“Retrieves a list of your custom templates”

Your own custom templates, the ones your team designed in JoggAI, come back ready to map into video creation.

When to use it
your brand has a house template and every automated video must use it, whoever triggers the scenario.
Watch out
if the list is empty, the template may live in the public library instead; Get Library Templates covers that case.
JoggAI25

Get My Voices

Search

In Make“Retrieves a list of your custom voices”

The custom voices you created in JoggAI are listed, so your videos can sound like your brand rather than a stock narrator.

When to use it
a podcast host or a founder uses a personal voice and wants every automated clip to keep it.
Watch out
a voice deleted in JoggAI disappears from this list, and any scenario that relied on it needs a new mapping.
JoggAI26

Get Photo Avatars

Search

In Make“Retrieves a list of your photo avatars”

Every photo avatar in your account appears as a bundle, including those produced earlier by Create Photo Avatar.

When to use it
you built several personas and want the scenario to choose the right one for each product line.
Watch out
keep only the avatar you want, because each returned avatar would otherwise run the following module once more.
JoggAI27

Get Visual Style

Search

In Make“Retrieves a list of available visual styles for use in video generation”

The visual styles JoggAI can apply to a video are listed here, so the look is set by the scenario and not by habit.

When to use it
a brand wants a consistent look across all automated clips, or a distinct one per product category.
Watch out
styles are returned as a list; keep the one you want before mapping it into a video creation module.
JoggAI28

List of Available Webhook Events

Search

In Make“Get a list of available webhook events”

Before wiring notifications, this search shows you which webhook events JoggAI can actually send.

When to use it
you are about to add or update a webhook endpoint and need the exact event names to pick from.
Watch out
run it with Run once and read the bundles in the editor; it is a reference step, and most scenarios will not need it once the endpoints exist.
JoggAI29

List of Webhook Endpoints

Search

In Make“Get a list of configured webhook endpoints”

An inventory of the webhook endpoints configured on your JoggAI account, one bundle each, is what this search delivers.

When to use it
you want to audit which addresses receive notifications, or find the one to update or delete.
Watch out
feed the result into Update a Webhook Endpoint or Delete a Webhook Endpoint only after narrowing it down to the single endpoint you mean.
Need help

Need help automating JoggAI with Make?

A person reads every message.

FAQ

Questions people ask about the JoggAI Make integration

01Is the JoggAI Make integration free?
Yes on the Make side: JoggAI is a standard app, available from the Make Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between scheduled runs, runs of 5 minutes at most, files up to 5 MB and 512 MB of data transfer. Paid plans remove the scenario cap and bring the interval down to 1 minute. JoggAI itself needs an active account and an API key, and its subscription is handled on JoggAI's own pricing page, not by Make.
02What do you need to connect JoggAI to Make?
An active JoggAI account and its API key. In a scenario, add a JoggAI module, click Create a connection, give the connection a name if you want to, and paste the key you copied from JoggAI. For the two triggers, which are instant, click Create a webhook first and then Create a connection. The connection is created once and every JoggAI module in your scenarios reuses it, so you never paste the key twice.
03Do the JoggAI triggers in Make fire in real time?
Yes. Generated Video Success and Generated Video Failed are both instant triggers: JoggAI calls Make through a webhook as soon as a video is generated or fails, so the scenario starts right away instead of waiting for a schedule. That is why they carry the lightning badge in the editor. The 15 minute default schedule of a new scenario only applies to scheduled triggers, which JoggAI does not have. Each call still counts operations, one per module run.
04What if the JoggAI module you need is missing in Make?
Use Make an API Call. It sends any request to the JoggAI API with the connection you already have, which covers endpoints that none of the 31 modules exposes. Keep the JoggAI API documentation open while you build it and test with Run once. Also note that the Make documentation for JoggAI is labeled as AI-generated and may contain mistakes, so when a module behaves unexpectedly, check the vendor documentation or ask JoggAI directly.
05Should you automate JoggAI with Make or n8n?
It depends on where your other automations already run. This page covers Make, where JoggAI offers 31 modules, 2 instant triggers, 16 actions and 13 searches, plus Make an API Call for anything else. Many apps also have an n8n node, so check whether JoggAI does before choosing. The comparison between the two tools on this site lays out the criteria without ranking them, and it is the right place to settle the question for your team.