Resources · Make integration

Qualiobee Make integrationAutomate Qualiobee with Make.

What if learners, sessions and trainers kept themselves up to date? The Qualiobee Make integration gives you 52 modules: 3 triggers, 29 actions and 20 searches. This guide is for training teams new to Make, and it walks you from the connection to a first working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Qualiobee Make integration do?

The Qualiobee Make integration links your Qualiobee account to Make, a no-code tool where you build a scenario: an automation made of modules, each one a single brick such as a trigger, an action or a search. Make then reads and writes customers, learners, sessions, trainers and the rest of your training records without anyone retyping them.

Learners created from sign-ups. A form or a CRM in another app collects the enrollment, and Create Learner adds the person to Qualiobee. Pair it with Create Convocation when the learner also needs a convocation for a session.

Other tools told about changes. Watch Updated Records spots edits in Qualiobee and passes them to a spreadsheet, a chat channel or your invoicing app, so the rest of the team works from the same data.

Clean catalog lookups. Fetch many Formation and Fetch many Session pull lists you can filter and send to a report, while the Fetch one modules read a single record from its UUID.

Know the limits before you start. All 3 triggers are scheduled, none is instant. Conventions can be updated and read, but no module creates or deletes one. And Make itself says its Qualiobee documentation is limited, so test each module with real data. For a broader view of the tool, read the Make review; if you are weighing another platform, the n8n vs Make comparison lays out the criteria, and the Make pricing page explains how operations are counted.

Connect

How do you connect Qualiobee to Make?

  1. 01

    Add a Qualiobee module

    In your scenario, click the +, search for Qualiobee and pick any of its modules. The first time, Make shows a Create a connection button: the connection is your Qualiobee account linked to Make once, then reused by every Qualiobee module.

  2. 02

    Name it and authorize Make

    Give the connection a name if you like, handy when you run several Qualiobee accounts. Then follow what Qualiobee asks: either approve Make on its authorization page, or paste the key Qualiobee gives you.

  3. 03

    Save and check the fields

    Click Save. Back in the module, Make can now list what it reads from your account. If the fields fill with your own records, the link works and you can move on to your scenario.

First scenario

Your first scenario: turn a sign-up into a Qualiobee learner

GoalWhen a new sign-up lands in another app, Make creates the matching learner in Qualiobee.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the big +. This first module is where the sign-up comes from: your form tool, your CRM or a sheet.

  2. 02

    Set up the source module

    Pick the module of that other app that watches new entries, connect its account and choose the form or list to follow. Each new sign-up will reach Make as one bundle, one item passed along the chain.

  3. 03

    Add Create Learner

    Click the + on the right of the first module, search for Qualiobee and choose Create Learner. Select your Qualiobee connection, or create it now with Create a connection.

  4. 04

    Map the sign-up data

    Fill the learner fields by clicking the values coming from the first module, whatever your form collects. No need to type anything by hand, Make shows the data it received.

  5. 05

    Test with Run once

    Submit a test sign-up, then click Run once. Open the bubbles above each module to read the bundles, and check in Qualiobee that the learner now exists with the right details.

  6. 06

    Schedule and switch it on

    Click the clock on the first module to set the schedule, every 15 minutes by default, 15 minutes at the shortest on the Free plan. Then switch the scenario on so it runs without you.

Triggers

What can start a Qualiobee scenario?

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

Qualiobee1Watch Created Records

Watch Created Records

Scheduled trigger

In MakeTriggers when a record is created.

Watch Created Records opens your scenario each time Make finds a record that did not exist in Qualiobee at the previous check. Every new record becomes one bundle, the item handed to the next module, so it can be copied, announced or enriched elsewhere without anyone retyping it.

How it fires
scheduled. Make checks the app on the scenario's schedule, every 15 minutes by default, so a new record can wait until the next check before it shows up.
When to use it
records added in Qualiobee must also appear in a CRM, a shared sheet or a team channel.
Watch out
each bundle it passes on runs the next modules once, and every one of those runs counts as an operation on your plan.
Qualiobee2Watch Deleted Records

Watch Deleted Records

Scheduled trigger

In MakeTriggers when a record is deleted.

Watch Deleted Records tells your scenario that something has disappeared from Qualiobee, so the copies you keep in other tools do not live on after the original is gone. It is the trigger that keeps a mirror sheet or a CRM honest.

How it fires
scheduled. Make checks the app on the scenario's schedule, so the removal is picked up at the next check, not at the moment someone clicks delete.
When to use it
a cancelled record must also be archived or flagged in the other app that received it.
Watch out
the record no longer exists in Qualiobee, so a Fetch one module placed after this trigger has nothing left to read; match on the identifier you stored.
Qualiobee3Watch Updated Records

Watch Updated Records

Scheduled trigger

In MakeTriggers when a record is updated.

Watch Updated Records starts a run whenever an existing Qualiobee record has been edited since the last check. That makes it the trigger for keeping other apps in step when a date moves, a trainer changes or a customer's details get corrected.

How it fires
scheduled. Make checks the app on the scenario's schedule, every 15 minutes by default, so an edit waits for the next check.
When to use it
the planning sheet or the invoicing tool must show the same data as Qualiobee after each edit.
Watch out
avoid ending this scenario with an Update module on the same record, or your own edit will be seen as a new change and the scenario will keep firing.
Modules

What can Make do inside Qualiobee?

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

Qualiobee1

Create Convocation

Action

In MakeCreates a new convocation.

Create Convocation produces the convocation that tells a learner to attend, straight from your scenario. Nobody has to open Qualiobee and fill the form each time a place is confirmed.

When to use it
a payment or an approval lands in another tool and the learner should be convened right away.
Watch out
test it on one learner with Run once and open the result in Qualiobee before you switch the scenario on.
Qualiobee2

Create Customer

Action

In MakeCreates a new customer.

Create Customer opens a new customer account in Qualiobee from data that already lives elsewhere, typically a company that just signed. Your sales pipeline and your training records then start from the same details.

When to use it
a deal is marked won in your CRM and the training side needs the client ready.
Watch out
run Fetch many Customer first when the same company could come in twice, or you will end up with duplicates.
Qualiobee3

Create Formation

Action

In MakeCreates a new formation.

Create Formation adds a new training program to your Qualiobee catalog. It saves rebuilding the same course sheet by hand when the content is already written in another tool.

When to use it
a program approved in your project board or shared sheet must appear in Qualiobee.
Watch out
catalog entries are rarely created in bulk; test with one row and Run once before you feed a whole list.
Qualiobee4

Create Learner

Action

In MakeCreates a new learner.

Create Learner registers a person as a learner in Qualiobee, filled with the data your form or CRM already collected. It is the module behind most enrollment scenarios, and the one used in the first scenario above.

When to use it
someone signs up through a web form and should exist in Qualiobee without manual entry.
Watch out
a second sign-up from the same person creates a second learner, so check with Fetch many Learner first.
Qualiobee5

Create Location

Action

In MakeCreates a new location.

Create Location records a new venue in Qualiobee, the place where sessions will take place. Adding it from a scenario keeps your list of rooms and addresses in line with the one your logistics team maintains elsewhere.

When to use it
a new partner venue or training room is confirmed and should be selectable for upcoming sessions.
Watch out
look for an existing entry with Fetch many Location before creating, since two spellings of one address split your history.
Qualiobee6

Create Module

Action

In MakeCreates a new module.

Create Module adds one of Qualiobee's own modules, a record of the app that has nothing to do with the modules of a Make scenario. The naming clash is worth remembering when you read the editor, as both words appear side by side.

When to use it
program content prepared in another tool must be added to Qualiobee piece by piece.
Watch out
run it on one test record first, then check in Qualiobee where the new module appears.
Qualiobee7

Create Session

Action

In MakeCreates a new learning session.

Create Session schedules a new learning session in Qualiobee, the actual run of a program that learners will attend. From Make, it lets a planning decision taken elsewhere turn into a bookable session without double entry.

When to use it
your team validates a new intake in a shared planning sheet and Qualiobee should follow.
Watch out
dates have their own module; add Create Session Date after this one when the session needs a calendar.
Qualiobee8

Create Session Date

Action

In MakeCreates a new learning session date.

Create Session Date adds one date to an existing learning session, so a multi-day program gets its calendar filled in from your scenario. Each bundle that reaches it produces one date.

When to use it
a session is created and its days are listed in a sheet or a calendar tool that Make can read.
Watch out
the session must exist before its dates, so keep this module after Create Session or a search that returns the session.
Qualiobee9

Create Trainer

Action

In MakeCreates a new trainer.

Create Trainer adds a trainer profile to Qualiobee, so the person can be assigned to sessions as soon as their contract is signed. It spares the admin team a second round of typing.

When to use it
a freelance trainer is onboarded through a form or an HR tool and must appear in Qualiobee next.
Watch out
the same trainer can arrive twice from two sources; Fetch many Trainer tells you whether the profile already exists.
Qualiobee10

Custom request

Action

In MakeThe universal module

Custom request is the universal module of the Qualiobee app, the one to reach for when no named module covers what you need. It stays inside your existing connection, so you do not set up a second link.

When to use it
the create, update, delete and fetch modules on this page do not reach the record or the action you have in mind.
Watch out
Make's own documentation for Qualiobee is limited, so test the request with Run once and read the returned bundle carefully.
Qualiobee11

Delete Convocation

Action

In MakeDeletes a convocation.

Delete Convocation removes a convocation from Qualiobee, which keeps your records clean when a learner drops out and the notice should no longer stand. The scenario does it for you once the cancellation is recorded elsewhere.

When to use it
a withdrawal comes in through a form or a support ticket.
Watch out
a deletion cannot be undone from Make; run the scenario once on a test convocation before switching it on.
Qualiobee12

Delete Customer

Action

In MakeDeletes a customer.

Delete Customer takes a customer account out of Qualiobee. Most teams use it rarely, when a duplicate needs to go or a client record created by mistake must disappear from lists and reports.

When to use it
a deduplication scenario has found two accounts for one company and you keep only one.
Watch out
there is no undo, so add a filter between modules to make sure only the intended customer reaches this step.
Qualiobee13

Delete Formation

Action

In MakeDeletes a formation.

Delete Formation removes a whole training program from the Qualiobee catalog, which makes it the heaviest delete on this page and rarely the right tool for everyday cleanup.

When to use it
a program was created in error by an earlier scenario and must be withdrawn from the catalog.
Watch out
read the formation with Fetch one Formation and check what depends on it before letting Make delete anything.
Qualiobee14

Delete Learner

Action

In MakeDeletes a learner.

Delete Learner erases a learner record from Qualiobee, for instance after a request to remove someone's data that arrives through your support desk. The scenario carries out the removal, so nobody has to open Qualiobee.

When to use it
a deletion request is approved in another tool and Qualiobee should reflect it.
Watch out
deleted is gone; keep a human approval step before this module, and test on a fake learner first.
Qualiobee15

Delete Location

Action

In MakeDelete a location.

Delete Location drops a venue from Qualiobee so that nobody schedules a session in a room you no longer use. It keeps the location picker short and current.

When to use it
a partner venue closes, or a duplicate address was spotted by a Fetch many Location check.
Watch out
the removal is final from Make's side; confirm that no upcoming session still points to the venue before running it.
Qualiobee16

Delete Module

Action

In MakeDeletes a module.

Delete Module removes one of Qualiobee's own modules, the app record, not a brick of your Make scenario. Keep that distinction in mind: this step deletes data in Qualiobee, it does not tidy up the editor.

When to use it
content pieces created by a test scenario need to be cleared out.
Watch out
nothing brings the record back, so fetch it first and check the UUID you pass is the right one.
Qualiobee17

Delete Session

Action

In MakeDelete a learning session.

Delete Session cancels a learning session in Qualiobee by removing it entirely. It fits scenarios that react to a cancellation decided in another tool, so the session stops showing up anywhere.

When to use it
an intake is called off in your planning sheet and Qualiobee must match.
Watch out
convocations and dates may be linked to the session; handle them first with their own modules, and remember there is no undo.
Qualiobee18

Delete Session Date

Action

In MakeDeletes a new learning session date.

Delete Session Date removes one day from a session's calendar while the session itself stays in place. It is the precise tool when a single date is dropped rather than the whole program.

When to use it
one day of a multi-day session is cancelled in your calendar tool.
Watch out
you need the UUID of that exact date; get it with Fetch many SessionDate, filter on the day, then delete.
Qualiobee19

Delete Trainer

Action

In MakeDeletes a trainer.

Delete Trainer removes a trainer profile from Qualiobee. Use it with care: it is meant for profiles that should never have existed, such as a duplicate or a test entry, more than for trainers who simply stop working with you.

When to use it
a cleanup scenario identifies a duplicate trainer after a Fetch many Trainer search.
Watch out
the delete is permanent; keep a filter that lets only the right UUID through.
Qualiobee20

Update Convention

Action

In MakeUpdates a convention.

Update Convention edits an existing convention, the training agreement stored in Qualiobee. It is the only way this app lets Make write to conventions: there is no module to create or delete one.

When to use it
a signature or a status change recorded in another tool should be written onto the matching convention.
Watch out
the convention must already exist in Qualiobee; find it with Fetch many Convention before updating.
Qualiobee21

Update Convocation

Action

In MakeUpdates a convocation.

Update Convocation corrects a convocation that already exists instead of deleting and recreating it. The learner's history stays in one record while the details change.

When to use it
a room, a time or a detail of the session changes and the convocation has to follow.
Watch out
pair it with Watch Updated Records carefully; if the trigger sees your own update, the scenario can fire again on the same record.
Qualiobee22

Update Customer

Action

In MakeUpdates a customer.

Update Customer keeps a Qualiobee customer in step with the version your sales or billing tool holds. When a client's details change there, Make writes the change here.

When to use it
a CRM record is edited and the training side must see the same details.
Watch out
you need the customer's UUID in Qualiobee; store it in the CRM when you create the account, or look it up each time.
Qualiobee23

Update Formation

Action

In MakeUpdates a formation.

Update Formation edits a program already in your Qualiobee catalog, so a change approved elsewhere reaches Qualiobee without a second edit.

When to use it
the pedagogical team maintains program sheets in a document tool and Qualiobee should mirror the approved version.
Watch out
try it on a test program with Run once, then reread the record in Qualiobee before you switch the scenario on.
Qualiobee24

Update Learner

Action

In MakeUpdates a learner.

Update Learner changes the details of a learner who already exists in Qualiobee. It spares you a new record each time a learner's contact details move.

When to use it
a learner corrects their information in a form or your support desk, and Qualiobee must be updated.
Watch out
find the right learner with Fetch many Learner before updating, since a search on a common name can return several people.
Qualiobee25

Update Location

Action

In MakeUpdates a location.

Update Location edits a venue that Qualiobee already knows, so sessions keep pointing to the same place while its details change. A moved entrance or a new room name no longer means a new record.

When to use it
your facilities list is maintained in a sheet and a line gets edited.
Watch out
Make needs the location's UUID; keep it in your sheet next to each venue so the match is exact.
Qualiobee26

Update Module

Action

In MakeUpdates a module.

Update Module edits one of Qualiobee's own modules, the app record, as opposed to a brick of the Make editor. It lets content revised in another tool land on the existing record rather than a copy.

When to use it
a trainer revises a content piece and the change should reach Qualiobee without manual editing.
Watch out
test on one record with Run once, then open it in Qualiobee to confirm which fields changed.
Qualiobee27

Update Session

Action

In MakeUpdates a learning session.

Update Session edits a learning session that is already planned. Changes decided in your planning tool reach Qualiobee without anyone reopening the session by hand.

When to use it
a trainer swap or a venue change is recorded elsewhere and Qualiobee should match.
Watch out
the dates of a session have their own module, Update Session Date, so use that one when only a day moves.
Qualiobee28

Update Session Date

Action

In MakeUpdates a new learning session date.

Update Session Date moves or corrects a single date of a session, while the other days of the same session stay untouched. It is the right grain when only one day shifts.

When to use it
one day of a program is rescheduled in your calendar and Qualiobee must show the new slot.
Watch out
you need the UUID of that date, not of the session; Fetch many SessionDate returns the list to pick from.
Qualiobee29

Update Trainer

Action

In MakeUpdates a trainer.

Update Trainer refreshes a trainer profile in Qualiobee with the details held in your HR tool or a trainer form. The profile stays the same record, so past sessions keep their link to it.

When to use it
a trainer sends corrected details through a form.
Watch out
search the trainer on a value that is unique to them, not on the name alone.
Qualiobee30

Fetch many Convention

Search

In MakeFetches many conventions.

Fetch many Convention lists training agreements from Qualiobee, each one arriving as a separate bundle. It turns your conventions into rows you can send to a report or loop through with other modules.

When to use it
management wants a sheet of every convention, or a scenario needs to find one before running Update Convention.
Watch out
the search can return zero, one or many results, and each result runs the following modules once.
Qualiobee31

Fetch many Convocation

Search

In MakeFetches many convocations.

Fetch many Convocation retrieves a batch of convocations so you can check, export or act on them together. It suits follow-up work more than the moment a convocation is issued.

When to use it
before a session, you want the list of convocations to prepare an attendance sheet in another app.
Watch out
when nothing matches, the modules after it simply do not run, which can look like a silent failure during a test.
Qualiobee32

Fetch many Customer

Search

In MakeFetches many customers.

Fetch many Customer returns the customer accounts held in Qualiobee, ready to compare with your CRM or to copy into a sheet. It is also the check that prevents a second account for a company you already serve.

When to use it
just before Create Customer, to see whether the company is already there.
Watch out
every customer found becomes a bundle, so a broad search can multiply the operations used by the next modules.
Qualiobee33

Fetch many Formation

Search

In MakeFetches many formations.

Fetch many Formation pulls your training programs out of Qualiobee, one bundle per program. With it, a website page, a price list or a catalog export can be rebuilt from the source instead of retyped.

When to use it
marketing needs an up-to-date list of programs in a spreadsheet or a website tool.
Watch out
add an aggregator module after it if the next app expects a single list rather than one item at a time.
Qualiobee34

Fetch many Learner

Search

In MakeFetches many learners.

Fetch many Learner searches the learners in Qualiobee and hands each match to the next module. It answers the question every enrollment scenario should ask first: is this person already in the system?

When to use it
before Create Learner, or to build a mailing list in your email tool.
Watch out
a vague search returns many people; when you expect exactly one, add a filter so the scenario stops if it finds more.
Qualiobee35

Fetch many Location

Search

In MakeFetches many locations.

Fetch many Location lists the venues stored in Qualiobee. It gives your logistics team a live view of rooms and addresses and gives your scenarios a way to find a venue's UUID by its name.

When to use it
a session created elsewhere mentions a venue name and you need the matching Qualiobee location.
Watch out
spelling differences break the match, so standardize venue names in both tools.
Qualiobee36

Fetch many Module

Search

In MakeFetches many modules.

Fetch many Module retrieves Qualiobee's own modules, the content records of the app, not the bricks of your scenario. Use it to inventory what exists before creating or editing anything.

When to use it
you sync content with another tool and need to know which records Qualiobee already holds.
Watch out
each record found is a bundle that runs the rest of the scenario once, so filter early to keep operations down.
Qualiobee37

Fetch many Session

Search

In MakeFetches many learning sessions.

Fetch many Session returns the learning sessions planned in Qualiobee. It is the base for any overview of upcoming intakes, whether that lands in a sheet, a dashboard or a message to the team.

When to use it
operations want an updated table of sessions in the tool they already open.
Watch out
the results come one per bundle; to post them as a single message, collect them first with an aggregator module.
Qualiobee38

Fetch many SessionDate

Search

In MakeFetches many learning session dates.

Fetch many SessionDate lists the individual dates of learning sessions, the level at which a calendar actually works. Each date comes out as its own bundle, ready to become a calendar event elsewhere.

When to use it
you want trainers' calendars in another app to show every scheduled day.
Watch out
it is also how you find the UUID required by Update Session Date or Delete Session Date.
Qualiobee39

Fetch many Trainer

Search

In MakeFetches many trainer.

Fetch many Trainer brings back the trainer profiles held in Qualiobee. A staffing sheet, a directory or a check for duplicates can then be built from the same source your admin team maintains.

When to use it
before Create Trainer, or when you prepare a list of trainers for a planning meeting.
Watch out
an empty result means no bundle, so the modules after it are skipped rather than failing.
Qualiobee40

Fetch one Convention

Search

In MakeFetches one convention by uuid.

Fetch one Convention reads a single training agreement from its UUID and returns its full details. It is precise where Fetch many Convention is broad: one identifier in, one record out.

When to use it
a trigger or an earlier step gave you the convention's UUID and you need its details for a document or a message.
Watch out
without a valid UUID the module has nothing to read, so map the identifier from a previous module rather than typing it.
Qualiobee41

Fetch one Convocation

Search

In MakeFetches one convocation by uuid.

Fetch one Convocation reads one specific convocation in Qualiobee from its UUID and hands it to the next module. You work on its current content, not on an old copy.

When to use it
the convocation's UUID comes from an earlier module, and a later step needs its content before you send or change anything.
Watch out
the search comes back empty when the UUID matches nothing; to go through several convocations, Fetch many Convocation is the better pick.
Qualiobee42

Fetch one Customer

Search

In MakeFetches one customer by uuid.

Fetch one Customer gives your scenario one customer record from Qualiobee, found by UUID, so the modules after it reuse that client's data without retyping it.

When to use it
an earlier module passed along the customer's UUID and you need the full record, for instance before an Update Customer step.
Watch out
this module expects a UUID, not a name; to go through your customers, use Fetch many Customer.
Qualiobee43

Fetch one Formation

Search

In MakeFetches one formation by uuid.

Fetch one Formation brings one program from your Qualiobee catalog into the scenario, located through its UUID and ready to map further down.

When to use it
another module handed you the formation's UUID and you want its latest version, say to copy details into a document or a message.
Watch out
Qualiobee keeps formations and sessions apart; for a scheduled run, look at Fetch one Session or Fetch one SessionDate instead.
Qualiobee44

Fetch one Learner

Search

In MakeFetches one learner by uuid.

Fetch one Learner retrieves one learner's record from Qualiobee with its UUID, so what Qualiobee stores on that trainee can feed the rest of the flow.

When to use it
your scenario starts from something tied to a learner, for example a convocation, and has to bring back the person before notifying them or updating their file.
Watch out
each run costs one operation even when nothing matches, so avoid calling it on bundles that carry no UUID.
Qualiobee45

Fetch one Location

Search

In MakeFetches one location by uuid.

Fetch one Location returns one training venue, identified by its UUID. Later steps can then name the place instead of leaving it blank.

When to use it
a session or a message needs the location spelled out and all you carry so far is the location's UUID.
Watch out
a UUID from another object type, such as a trainer's, will not find the venue; check which field you map before you click Run once to test.
Qualiobee46

Fetch one Module

Search

In MakeFetches one module by uuid.

Fetch one Module reads a single Qualiobee module by UUID. Here module means a record inside Qualiobee, not a Make module, and the scenario can read it before acting.

When to use it
you are about to change that record with Update Module and want to see its present state first, or you need its content in a later message.
Watch out
the word module means two things on this page; in the Make editor, this one is simply the Qualiobee brick called Fetch one Module.
Qualiobee47

Fetch one Session

Search

In MakeFetches one learning session by uuid.

Fetch one Session returns the Qualiobee session that matches a UUID, as a bundle the following steps can map freely.

When to use it
an earlier step gave you a session's UUID and you need the whole session, typically before creating convocations.
Watch out
a session is not the same object as its dates; if the step concerns one specific day, Fetch one SessionDate fits better.
Qualiobee48

Fetch one SessionDate

Search

In MakeFetches one learning session date by uuid.

Fetch one SessionDate reads one precise date of a learning session by its UUID, which keeps a reminder or a calendar entry anchored to the right day.

When to use it
the scenario works at day level, for instance after a date was created or changed, and needs that date record rather than the whole session.
Watch out
the module name is written SessionDate in one word in Make; search for it that way when you add it with the + button.
Qualiobee49

Fetch one Trainer

Search

In MakeFetches one trainer by uuid.

Fetch one Trainer gets a single trainer back from Qualiobee, looked up by UUID, so their details can travel to an email, a sheet or another app.

When to use it
a flow already knows which trainer is concerned and has to reach them, or needs their record before running Update Trainer.
Watch out
to browse several trainers at once, Fetch many Trainer does the job; this one expects exactly one UUID per bundle.
Need help

Need help automating Qualiobee with Make?

A person reads every message.

FAQ

Qualiobee and Make: common questions

01Is the Qualiobee Make integration free?
Yes, you can start on the Free plan, since Qualiobee is a standard app and not reserved to the Enterprise plan. The Free plan still has limits: 2 active scenarios, at least 15 minutes between two scheduled runs, 5 minutes of execution at most per run, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) lift the scenario cap and allow a 1-minute interval. Your Qualiobee subscription is a separate matter this page does not cover.
02What do you need to connect Qualiobee to Make?
A Qualiobee account and a Make account are enough to begin; Make's documentation lists no other prerequisite. You add any Qualiobee module, click Create a connection, optionally name it, then either approve Make on Qualiobee's authorization page or paste the key Qualiobee provides. Click Save and the connection is reused by all 52 modules. Make notes that its Qualiobee documentation is limited, so test the first module with Run once.
03Do Qualiobee triggers in Make fire in real time?
No. The 3 Qualiobee triggers (Watch Created Records, Watch Deleted Records and Watch Updated Records) are all scheduled: Make checks Qualiobee on the scenario's schedule, every 15 minutes by default. On the Free plan, 15 minutes is the shortest interval; paid plans go down to 1 minute. A change in Qualiobee therefore reaches your scenario at the next check, not at the moment it happens. None of the modules is an instant trigger.
04What if a Qualiobee module is missing in Make?
It depends on the gap. The app has no Make an API Call module, but it does include Custom request, which Make describes as its universal module; try it when the 29 actions and 20 searches do not cover your case. Conventions, for example, can only be updated and read. If Custom request is not enough either, route the step through another app or ask the team for help, since Make says its Qualiobee documentation is limited.
05Make or n8n for Qualiobee?
It depends on your criteria, and this page only covers the Make side. In Make, Qualiobee gives you 52 modules, 3 scheduled triggers and a Custom request module, available from the Free plan. The same app often has an n8n node as well, so check whether one exists and whether it covers the records you work with. The n8n vs Make comparison linked earlier on this page sets out the criteria without ranking the two tools.