- Home
- Resources
- Integrations
- Coassemble
Coassemble Make integrationAutomate Coassemble with Make.
Tired of enrolling learners by hand? The Coassemble Make integration gives you 25 modules: 5 triggers, 14 actions and 6 searches. This guide is for L&D and ops teams: link your account, then build a first scenario that moves learners forward on completion.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Coassemble Make integration do for your training team?
It links your Coassemble workspace to Make, a no-code tool where you build a scenario: an automation made of modules, each module being one brick such as a trigger, an action or a search. Coassemble events like a finished course or a new enrollment can then start work in your other tools, and the reverse.
Onboarding without spreadsheets. When your HR tool records a new hire, Create a Member adds that person to your campus and Create an Enrollment signs them up for the welcome course. Each item passed between modules is called a bundle, here one new hire.
Learning paths that move on their own. Watch Completed Courses reacts when a student finishes, and Add Students to a Group places them in the group for the next stage. No one has to check the reports to push people along.
Clean-up and reporting. Search Enrollments or List Students in a Group pull the data you need into a sheet or a CRM, and Remove a Member takes leavers out of the workspace.
One caveat: the official Make documentation for Coassemble is flagged as AI-generated and may contain mistakes, so test each module with your own data before you rely on it. The same kind of app often has an n8n node too; the n8n vs Make comparison lays out the differences. For a wider view of the tool, read the Make review, or follow the Make training if you want to build these scenarios yourself.
How do you connect Coassemble to Make?
- 01
Turn on Headless in Coassemble
In your Coassemble workspace, open Settings, then Add-ons, and click Headless. Finish the entry survey if it shows up. Headless is the part of Coassemble that hands out API access.
- 02
Copy your three credentials
From the Headless settings, copy the API key and the User ID. Add the workspace name exactly as it appears in the browser address bar or in the workspace settings. Keep all three in a safe note for the next step.
- 03
Create the connection in Make
Add any Coassemble module to your scenario and click Create a connection. Give it a name in Connection name if you like, then paste the credentials. A connection is your Coassemble account linked once and reused by every Coassemble module.
Your first scenario: move graduates to their next group
GoalWhen a student completes a course in Coassemble, Make adds that student to the group for the next stage.
- 01
Create the scenario
Open the Scenarios page in Make, create a new scenario and click the big + to place the first module.
- 02
Add Watch Completed Courses
Search for Coassemble, pick Watch Completed Courses, click Create a webhook, then link your account with Create a connection.
- 03
Add the group step
Click the + on the right of the trigger and choose Add Students to a Group. Once connected, Make shows the groups it can read, so pick the one for the next stage.
- 04
Map the student
In Add Students to a Group, map the student delivered by the trigger. That is what links the two modules: whoever finished the course is the one who moves.
- 05
Test with Run once
Click Run once, then complete a test course in Coassemble. Read the bundles each module received and check the right person landed in the group.
- 06
Switch it on
When the test looks right, switch the scenario on. Each module run counts as one operation, the unit Make counts on your plan, so a single graduate here uses two.
Coassemble triggers in Make
5 modules start a scenario when something happens in Coassemble. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Coassemble as soon as it happens.
Watch Completed Courses
Instant triggerIn Make“Triggers when a student completes a course.”
Starts your scenario the moment a learner finishes a course, so you can reward, report or move them along without checking dashboards.
Watch Courses
Scheduled triggerIn Make“Watches for new courses.”
Picks up every new course that appears in your workspace, which helps you announce fresh content or keep a catalog elsewhere up to date.
Watch Enrollments
Instant triggerIn Make“Triggers when a new student enrolled.”
Fires as soon as a student is enrolled, which lets you greet them, log the signup or warn the trainer while the news is still fresh.
Watch Groups
Scheduled triggerIn Make“Watches for new groups.”
Notices each group created in Coassemble, handy when groups mirror teams, cohorts or client accounts that other tools must know about.
Watch Members
Scheduled triggerIn Make“Watches for new members.”
Tells Make about every new member of your campus, so the rest of your stack learns who just joined your training space.
Coassemble actions and searches in Make
Coassemble gives you 20 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Add Students to a Group
- Create a Course
- Create a Group
- Create a Member
- Create an Enrollment
- Delete a Group
- Enroll a Batch of Students
- Enroll a Group
- Get a Course
- Get a Group
- Get a Member
- Get a Student
- Make an API Call
- Remove a Member
- List Students in a Group
- Search Courses
- Search Enrollments
- Search Groups
- Search Members
- Search Students
Add Students to a Group
ActionIn Make“Adds students to a specific group.”
Places students into a chosen group, so your cohorts in Coassemble stay in step with decisions made in other tools.
Create a Course
ActionIn Make“Creates a new course.”
Spins up a new course shell in Coassemble from your scenario, which saves authors from starting every course from a blank screen.
Create a Group
ActionIn Make“Creates a new group.”
Builds a new group in your workspace, giving each team, client or intake its own home for enrollments and reporting.
Create a Member
ActionIn Make“Creates a user as a member of your campus or adds an existing user to it.”
Adds a person to your campus as a member, or attaches someone who already has an account, so access follows your own records.
Create an Enrollment
ActionIn Make“Creates a new enrollment.”
Signs one learner up for a course, the simplest way to turn an outside event into a training assignment.
Delete a Group
ActionIn Make“Deletes a group.”
Removes a group from Coassemble, which keeps the workspace tidy when a cohort, a project or a client relationship ends.
Enroll a Batch of Students
ActionIn Make“Enrollls a batch of students into groups.”
Puts several students into groups in one go, instead of looping one enrollment at a time through your scenario.
Enroll a Group
ActionIn Make“Enrolls a group into a batch of courses.”
Enrolls a whole group into a set of courses, so every member of a cohort gets the same path with a single step.
Get a Course
ActionIn Make“Retrieves a specific course.”
Fetches the details of one course you already know, so later modules can reuse its name or settings in messages and reports.
Get a Group
ActionIn Make“Retrieves a specific group.”
Reads one group's record, giving the rest of the scenario the context it needs about that cohort.
Get a Member
ActionIn Make“Retrieves a specific member.”
Looks up a single member of your campus so you can enrich a notification or a CRM record with their details.
Get a Student
ActionIn Make“Retrieves a specific student.”
Pulls the record of one student, useful for personalizing what happens after a signup or a completion.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Reaches any endpoint of the Coassemble API with the connection you already set up, covering what the listed modules do not.
Remove a Member
ActionIn Make“Removes a member from your workspace.”
Takes someone out of your workspace, which keeps licenses and access in line with who actually works with you.
List Students in a Group
SearchIn Make“Retrieves a list of students in a specfic group.”
Returns every student of one group, each as its own bundle, so you can act on the whole cohort in the next modules.
Search Courses
SearchIn Make“Searches for the courses or retrieves them all.”
Finds courses that match your search, or lists them all, giving you a catalog export without manual copying.
Search Enrollments
SearchIn Make“Searches for enrollments or list them all.”
Brings back enrollments that fit your criteria, or all of them, which is the raw material for any training report.
Search Groups
SearchIn Make“Searches for groups or list them all.”
Locates groups by your search terms, or returns the full list, so a scenario can pick the right cohort without hard-coding it.
Search Members
SearchIn Make“Searches for members in your campus or list them all.”
Checks your campus for members that match, or lists everyone, which prevents duplicates before you create anyone.
Search Students
SearchIn Make“Searches for students or list them all.”
Retrieves students matching your query, or the full student list, so you can reach learners across all groups at once.
Need help automating Coassemble with Make?
A person reads every message.