Resources · Make integration

Jestor Make integrationAutomate Jestor with Make.

Can Make react the moment a Jestor record changes? Yes: the Jestor Make integration offers 3 instant triggers and 2 actions. This guide is for ops teams who run their work in Jestor: you will link your account, build a first scenario and test it.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What does the Jestor Make integration do?

The Jestor Make integration links your Jestor account to Make so records can start automations and be created by them. In Make, that automation is called a scenario: a chain of modules, where each module is one brick, such as a trigger that listens or an action that writes.

A team that hears about new work. Watch Created Record starts a scenario as soon as someone adds a record in Jestor, so the next module can post it where your team already reads messages.

A clean audit trail. Watch Deleted Record and Watch Updated Record tell Make when a record disappears or changes. Sending those events to a log sheet gives a manager a history without asking anyone to fill it in by hand.

Jestor filled by other tools. Create a Record goes the other way: a form, a signed quote or a support ticket in another app becomes a Jestor record. For anything the listed modules skip, Make an API Call reaches the rest of the Jestor API with the same connection.

Know the limit before you start: Make flags its own Jestor documentation as limited, so it gives no field list, no connection prerequisites and no troubleshooting notes for this app. Expect to discover the fields inside the module once your account is linked. If you are still choosing a tool, the n8n vs Make comparison and the Make pricing breakdown help you decide, and the Make training covers the editor from zero.

Connect

How do you connect Jestor to Make?

  1. 01

    Add a Jestor module

    In a scenario, search for Jestor, pick any of its modules and click Create a connection. A connection is your Jestor account linked to Make once, then reused by every Jestor module you add later.

  2. 02

    Name the connection

    This step is optional, but a clear name such as the workspace it belongs to saves confusion later, especially if several people or several Jestor accounts end up sharing the same Make organization.

  3. 03

    Authorize and save

    Either approve Make on the Jestor page that opens or paste the key Jestor gives you, depending on what the window asks for. Then click Save and the module is ready to fill in.

First scenario

Your first scenario with Jestor and Make

GoalWhen a request comes in through another app, such as your form tool, Make turns it into a new record in Jestor.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the big + in the middle of the editor. That empty circle becomes the first module, the one that starts everything.

  2. 02

    Start with the source app

    Pick the app where requests arrive, such as your form or shop tool, and its module that watches new entries. Each entry will arrive as a bundle, one item passed from module to module.

  3. 03

    Add Create a Record

    Click the + on the right of that module, search for Jestor and choose Create a Record. Select your connection, or click Create a connection, then map the incoming data into the Jestor fields.

  4. 04

    Test with Run once

    Click Run once and send one test entry from the source app. Open the bubble above each module to read the bundle it received, then check the new record in Jestor.

  5. 05

    Schedule and switch on

    Set the schedule on the first module, every 15 minutes by default, and turn the scenario on. Each module run counts as one operation, which is what Make measures on your plan.

Triggers

Jestor triggers in Make

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

Jestor1Watch Created Record

Watch Created Record

Instant trigger

In Make“Triggers when a new record is created in Jestor”

Watch Created Record gives you a scenario that starts the second a new Jestor record exists, carrying that record into the next module as a bundle. It is the natural entry point for anything that must happen once per new item.

How it fires
instant, Jestor calls Make through a webhook as soon as the record is created.
When to use it
a new request lands in Jestor and the person in charge should hear about it without refreshing a screen.
Watch out
if your scenario writes back into Jestor with Create a Record, you may start the trigger again and build a loop.
Jestor2Watch Deleted Record

Watch Deleted Record

Instant trigger

In Make“Triggers when a record is deleted in Jestor”

Removal is the one event people forget to track, and this trigger catches it: whenever a record is deleted in Jestor, your scenario receives it and can keep a trace somewhere else.

How it fires
instant, Jestor calls Make through a webhook as soon as the deletion happens.
When to use it
a deal or task vanishes from Jestor and a copy should stay in an archive sheet or reach a manager.
Watch out
the Jestor documentation in Make is limited, so run a test deletion with Run once to see which data the bundle still contains.
Jestor3Watch Updated Record

Watch Updated Record

Instant trigger

In Make“Triggers when a record is upated in Jestor”

Changes to an existing record become a starting signal with this trigger, so the rest of your stack follows along when someone edits Jestor instead of drifting out of date.

How it fires
instant, Jestor calls Make through a webhook as soon as the record is updated.
When to use it
a status moves to done in Jestor and your client or billing tool needs to reflect it.
Watch out
every edit sends a bundle, and each module run costs an operation, so a record edited often can eat into your plan quickly.
Modules

Jestor actions in Make

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

Jestor1

Create a Record

Action

In Make“Create new record in Jestor”

This action writes a brand new record into Jestor from data that comes from earlier modules, so information captured elsewhere lands in your workspace without anyone copying it.

When to use it
a form submission, a paid order or a support ticket in another app should open a matching item in Jestor.
Watch out
Make lists the fields only after the connection exists, so map them one by one and test with Run once.
Jestor2

Make an API Call

Action

In Make“Performs an arbitrary authorized API call.”

When none of the four other Jestor modules covers your need, this one lets you call any endpoint of the Jestor API while reusing the same connection, so you skip handling credentials yourself.

When to use it
you need to read or change records in a way the listed modules do not offer.
Watch out
you write the request yourself, and Make's Jestor documentation is limited, so test each call with Run once.
Need help

Need help automating Jestor with Make?

A person reads every message.

FAQ

Jestor and Make: common questions

01Is the Jestor Make integration free?
Yes. Jestor is a standard app in Make, so you can use it 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 such as Core, Pro and Teams raise these limits, with runs as close as 1 minute apart and unlimited active scenarios.
02What does a Jestor Make integration require to connect?
A Jestor account and a Make account. The Jestor documentation in Make lists no specific prerequisite, so the generic flow applies: add a Jestor module, click Create a connection, optionally name it, then either authorize Make on the Jestor page or paste the key Jestor provides, and click Save. The same connection then serves all 5 Jestor modules, including Make an API Call. Testing one module with Run once right after saving confirms the link works.
03Do Jestor triggers in Make fire instantly?
Yes. All 3 Jestor triggers, Watch Created Record, Watch Updated Record and Watch Deleted Record, are instant. Jestor calls Make through a webhook as soon as the event happens, instead of Make checking for news on a schedule. In the editor they carry the lightning badge rather than the clock. Each event still counts as operations on your plan, one per module that runs. In a busy workspace, keep an eye on that count when you estimate what the scenario will use.
04What if a Jestor module is missing in Make?
Use Make an API Call. It reaches any endpoint of the Jestor API with the connection you already have, which covers actions the 2 listed action modules do not, such as reading or changing records in other ways. Keep in mind that Make marks its Jestor documentation as limited, so it gives no ready-made example of those requests. Testing each call with Run once helps you check the answer before you switch the scenario on.
05Make or n8n: which one fits Jestor better?
It depends on what you need from the tool, not on a winner. On the Make side, Jestor comes with 5 modules, 3 of them instant triggers, plus Make an API Call for the rest of the API, and it runs from the Free plan. The same app often has an n8n node too, so check what that node offers for your case. Compare the modules each side gives you, how triggers fire and which editor your team finds easier to maintain.