- Home
- Resources
- Integrations
- Teachery
Teachery Make integrationAutomate Teachery with Make.
Stop granting and removing course access by hand. The Teachery Make integration gives you 3 instant triggers and 5 actions. This guide is for course creators who have never built an automation: connect your account, then ship a first working flow.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Teachery Make integration do for your courses?
The Teachery Make integration links your Teachery school to Make, a tool where you build automations called scenarios without writing code. Teachery tells Make the moment a student finishes a course, a lead signs up or an order comes in, and Make can then open or close access to your courses and themes.
A learning path that unlocks itself. When Watch Completed Courses reports a finished course, Add User to a Course enrolls that student in the next level. Nobody has to check a progress report first.
Every sale recorded in your other tools. Watch Orders hands each new order to Make, which can pass the buyer on to a spreadsheet, a CRM or a team chat through the modules of those apps. The same goes for Watch Leads and each new email lead, which can land in your mailing tool.
Clean offboarding. When a refund or a cancelled membership is logged elsewhere, Revoke Course Access from a User and Revoke Theme Access from a User remove what that person could open, without a trip to the dashboard.
Know the limits before you start. The list has no search module, so looking up a student or reading your catalog goes through Make an API Call. The official page for this app also warns that it was written with AI from Teachery's documentation and may contain mistakes, so double check anything critical with Teachery. If you are still choosing a tool, read n8n vs Make; to learn the editor properly, see Make training, and for plans, Make pricing.
How do you connect Teachery to Make?
- 01
Copy your Teachery API key
In Teachery, open the Account page, go to the Integrations section and click Reveal API Key. Copy the key shown on screen. You need an active Teachery account for this, and Make will ask for that key in a moment.
- 02
Add a Teachery module in Make
In your Make scenario, add any Teachery module and click Create a connection. A connection is your Teachery account linked to Make once, then reused by every Teachery module you add later.
- 03
Paste the key and confirm
Give the connection a name in Connection name if you like (it is optional, but helps when you run two schools), paste the API key you copied, and confirm. Make now uses that account for every Teachery step.
Your first scenario with Teachery and Make
GoalWhen a student completes a course in Teachery, Make enrolls that student in the follow-up course.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big + to add the first module. A module is one brick of the scenario: here, a trigger that starts it.
- 02
Pick Watch Completed Courses
Search for Teachery, choose Watch Completed Courses, click Create a webhook and then Create a connection with your API key. This trigger is instant: Teachery calls Make as soon as a course is finished.
- 03
Add Add User to a Course
Click the + on the right of the trigger, pick Teachery again and choose Add User to a Course. Once the connection exists, Make lists what it can read, so you select the follow-up course instead of typing it.
- 04
Map the student
In the action, map the student's details from the trigger's output. Each finished course arrives as a bundle, meaning one item passed from one module to the next, so the same student moves along.
- 05
Test with Run once
Click Run once, then finish a test course with a dummy student in Teachery. Open the bubbles above each module to read the bundles they received and check that the enrollment happened.
- 06
Switch it on
Switch the scenario on once the test looks right. From then on, each module that processes a bundle counts as an operation, the unit Make tracks on your plan, and every finished course enrolls its student on its own.
Teachery triggers in Make
3 modules start a scenario when something happens in Teachery. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Teachery as soon as it happens.
Watch Completed Courses
Instant triggerIn Make“Triggers when a course is completed.”
This trigger gives you a signal the moment a student reaches the end of one of your courses, so you can reward, follow up or unlock what comes next without watching progress reports.
Watch Leads
Instant triggerIn Make“Triggers when a new email lead is created.”
Pick this one to catch every email address someone leaves on your Teachery pages and send it straight to the place where you actually follow up with prospects.
Watch Orders
Instant triggerIn Make“Triggers when a new order is created.”
Every new sale becomes the start of a scenario: you get the order in Make and can log it, announce it or trigger the next step for that buyer.
Teachery actions in Make
Teachery gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Add User to a Course
ActionIn Make“Adds a user to a course.”
With this action a person gets access to one of your courses without you opening Teachery, which is the core of any automated enrollment.
Add User to a Theme
ActionIn Make“Adds a user to a theme.”
Here the result is access to a theme rather than a single course, handy when your offer is organized as a bundle of content sold together.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Your way around missing modules: it sends a request of your choice to the Teachery API using the connection you already created, so there is no key to paste twice.
Revoke Course Access from a User
ActionIn Make“Revokes course access from a user.”
This removes a person's access to one course, so the offboarding happens at the same moment as the event that justifies it.
Revoke Theme Access from a User
ActionIn Make“Revokes theme access from a user.”
The counterpart of Add User to a Theme: the person loses access to the whole theme in one step instead of course by course.
Need help automating Teachery with Make?
A person reads every message.