Resources · Make integration

Teachable Make integrationAutomate Teachable with Make.

Can your student roster keep itself up to date? The Teachable Make integration gives you 7 modules: one instant trigger, five actions and one search. This guide is for course creators and ops teams, and it walks you from the first connection to a working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Teachable Make integration do for your school?

The Teachable Make integration links your Teachable school to Make, a no-code tool where you build a scenario, an automation made of bricks called modules. Teachable can start a scenario when something happens in your school, and Make can create, read, update, find or delete students without you opening the Teachable admin.

Students enrolled from your other tools. Someone pays or signs up in another app, and Create a Student opens their Teachable account right away. Nobody copies an email address by hand anymore.

A roster that follows your CRM. When a contact changes elsewhere, Search Students finds the matching learner by email and Update a Student applies the change, so both sides tell the same story.

School activity sent where your team works. Watch Events fires as soon as Teachable reports an event, and the next module passes it on to a sheet, a chat channel or a CRM of your choice.

Know the limit before you start: Make itself says its documentation for Teachable is incomplete, because little public information exists about the app. When a listed module falls short, Make an API Call reaches the Teachable API with the same connection. The Make troubleshooting guide helps when a run fails.

New to the editor? The Make training covers the basics. Still choosing a platform? Read n8n vs Make before you commit.

Connect

How do you connect Teachable to Make?

  1. 01

    Add a Teachable module

    In a new scenario, click the + and search for Teachable. Pick any of its modules, then click Create a connection. A connection is your Teachable account linked to Make once, and every Teachable module reuses it.

  2. 02

    Give the connection a name

    This step is optional, but a clear name such as your school name helps when you run several schools or several accounts. You will pick that name from a list in every future Teachable module.

  3. 03

    Authorize and save

    Depending on what Teachable asks for, either approve access on the Teachable page that opens or paste the key Teachable gives you. Then click Save. The module now shows your account and you can fill its fields.

First scenario

Your first scenario: turn a sign-up into a Teachable student

GoalWhen someone signs up through a form or a checkout in another app, Make creates their student account in Teachable.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the + to add the first module. That first module comes from the app where people sign up, such as your form tool.

  2. 02

    Set up the sign-up module

    Search the app by name, choose the module that picks up new sign-ups and click Create a connection. Fill its fields; once connected, Make lists the forms or objects it can read.

  3. 03

    Add Create a Student

    Click the + on the right of the first module, search for Teachable and pick Create a Student. Map the details that arrive from the sign-up into its fields, one by one.

  4. 04

    Test with Run once

    Click Run once and submit a test sign-up. Each module shows the bundle it received, meaning the item passed along, so you can check the new student appears in Teachable.

  5. 05

    Schedule and switch on

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

Triggers

What can start a Teachable scenario?

1 module starts a scenario when something happens in Teachable. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Teachable as soon as it happens.

Teachable1Watch Events

Watch Events

Instant trigger

In MakeTriggers when a following event occurs.

Watch Events starts your scenario the moment Teachable reports an event, so your other tools hear about school activity without anyone checking the admin. Make documents it only briefly, so the list of events it covers is best read inside the module itself.

How it fires
instant, meaning Teachable calls Make through a webhook as soon as it happens. It carries the lightning badge and does not wait for a schedule.
When to use it
when a change in your school should reach a spreadsheet, a CRM or your team chat without delay.
Watch out
run it once with a real test event and look at the bundle before mapping anything, since the documentation will not tell you its content.
Modules

What can Make do in Teachable?

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

Teachable1

Create a Student

Action

In MakeCreates a new student's account.

Create a Student opens a new learner account in your school from data that arrives in the scenario, so a purchase or a form entry becomes a Teachable student without manual typing.

When to use it
right after a sign-up or payment module from another app, as the step that welcomes the person into Teachable.
Watch out
place Search Students before it if the same person might sign up twice.
Teachable2

Delete a Student

Action

In MakeDeletes a student.

Delete a Student removes a learner from your school, which keeps the roster clean when someone asks to leave or a test account is no longer needed.

When to use it
at the end of an offboarding flow, once the person's request has been confirmed elsewhere.
Watch out
treat a deletion as final and try it on a dummy student first, since this module offers nothing to bring the account back.
Teachable3

Get a Student

Action

In MakeGets a specified student.

Get a Student reads the record of one learner you already identified, giving the following modules fresh details to work with instead of stale copies.

When to use it
after Watch Events or Search Students, when a later step needs the full student profile before writing it to a sheet or a CRM.
Watch out
it targets a single student; to find someone from an email address, start with Search Students.
Teachable4

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Make an API Call lets you reach any endpoint of the Teachable API from your scenario, reusing the connection you already created, for the jobs the six other modules do not cover.

When to use it
when your idea involves something beyond students and the ready-made modules stop short.
Watch out
Make's own Teachable documentation is limited, so you will rely on the Teachable API reference and a few Run once tests.
Teachable5

Update a Student

Action

In MakeUpdates an existing student.

Update a Student changes the details of an existing learner, so a correction made in your CRM or billing tool also lands in Teachable.

When to use it
when a contact's details change in another app and the school should reflect it.
Watch out
the student must already exist; pair it with Search Students to find the right account first, then map the result into this module.
Teachable6

Search Students

Search

In MakeSearches for students by email.

Search Students looks up learners by email address and hands back what it finds, which is the simplest way to tell whether a person is already enrolled in your school.

When to use it
before Create a Student or Update a Student, to avoid duplicates and target the right account.
Watch out
a search can return zero, one or several bundles, and each bundle runs the next modules once, which uses operations.
Need help

Need help automating Teachable with Make?

A person reads every message.

FAQ

Teachable and Make: common questions

01Is the Teachable Make integration free?
Yes. Teachable is a standard app, so it works on the Make Free plan. That plan comes with limits: 2 active scenarios, at least 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 (Core, Pro, Teams and Enterprise) lower the interval to 1 minute, allow unlimited active scenarios and 40 minutes of execution. Make counts usage in operations, one per module run, each month. Your Teachable subscription is a separate matter.
02What do you need to connect Teachable to Make?
A Teachable account and a Make account. Make's documentation lists no specific prerequisite, so the generic connection steps apply: add a Teachable module, click Create a connection, optionally name it, then either authorize Make on the Teachable page or paste the key Teachable provides, and save. The connection is created once and reused by every Teachable module in every scenario. Since Make states its Teachable documentation is limited, test the connection with Run once on a test student before building further.
03Does the Teachable trigger in Make fire in real time?
Yes. Watch Events is an instant trigger: Teachable calls Make through a webhook as soon as an event happens, so the scenario does not wait for a schedule the way a polling trigger would. You can recognize it in the editor by its lightning badge. The modules that follow still count one operation each per bundle. If you need a routine job instead, such as a roster check, start the scenario with a Make schedule and use Search Students or Get a Student as the next step.
04What if a Teachable module you need is missing in Make?
Use Make an API Call. It reaches any endpoint of the Teachable API from your scenario with the same connection as the other modules, which covers what the six listed modules do not. Keep in mind that Make says its Teachable documentation is incomplete, because little public information exists about the app, so you will work from the Teachable API reference and check each call with Run once. If the result still does not fit, another app connected to Make can take over.
05Make or n8n for Teachable?
It depends on the criteria that matter to you. On Make, Teachable comes with 7 ready modules: Watch Events as an instant trigger, student creation, reading, update, deletion and search by email, plus Make an API Call for the rest. Whether n8n offers an equivalent node for Teachable is worth checking on its side before you decide, since many apps exist on both. Compare the two on the modules you actually need, then on how comfortable your team feels in each editor.