Comeet Make integrationAutomate Comeet with Make.
Need your open Comeet roles somewhere else, without copying them by hand? The Comeet Make integration gives you 4 modules: 2 actions and 2 searches that read positions. This page shows HR and ops teams how to connect Comeet and build a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Comeet Make integration do for you?
The Comeet Make integration lets a Make scenario read the positions you publish in Comeet and hand them to other tools. A scenario is the automation you build in Make, a chain of modules, and a module is one brick of that chain: here, a search or an action on Comeet.
A careers page that stays in sync. Make describes Get a Specific Position as a module that fetches a role using a position UID supplied by a Webflow response. So when another app hands your scenario a UID, Comeet returns that one position, ready to map into the next module.
A full list of what is live. List Positions gets every position currently published in Comeet. Each role arrives as its own bundle, meaning one item passed from module to module, so you can send a digest to a recruiting channel or fill a spreadsheet row by row.
Anything the modules skip. Make an API Call reaches any endpoint of the Comeet API with the same connection, which covers needs the three other modules leave open.
What Make does not do here: Comeet has no trigger in Make, so nothing fires on its own when a role changes. Your scenario starts on a schedule, or on a trigger from another app. The Comeet documentation on Make also warns that its content is AI-generated and may contain mistakes, so check important details with Comeet. If you want a second opinion on the platform itself, read the Make review; if you are still choosing a tool, the n8n vs Make comparison lays out the criteria, and Make training helps a team build this kind of flow alone.
How do you connect Comeet to Make?
- 01
Find your Comeet credentials
In Comeet, open Settings from your avatar at the top right, go to Sourcing, then Careers Website. Scroll to Integrated website, find Careers API, and copy both the API token and the UID shown there.
- 02
Open the connection window
In a Make scenario, add any Comeet module and click Create a connection. A connection is your Comeet account linked to Make once, then reused by every Comeet module you add later.
- 03
Paste and save
Optionally give it a clear label in Connection name, such as the company or workspace it points to. Then paste the credentials you copied from Comeet and confirm. Make can now read your positions.
Your first scenario with Comeet
GoalWhen another app sends a position UID, Make fetches that position from Comeet and passes its details on.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Pick the app that holds the position UID, such as your website builder, and set up its first module.
- 02
Add the Comeet module
Click the + on the right of that first module, search for Comeet and choose Get a Specific Position. Select the connection you created, or click Create a connection if this is your first Comeet module.
- 03
Map the UID
In the module fields, map the position UID coming from the previous module instead of typing it. That way each run asks Comeet for the exact role the other app pointed to.
- 04
Test with Run once
Click Run once to execute the scenario a single time. Then read the bundle Get a Specific Position received, to check that the right position came back.
- 05
Schedule and switch on
Set the schedule on the first module; a new scenario runs every 15 minutes by default. Then switch the scenario on. Each module run counts as one operation on your Make plan.
What each Comeet module does
Comeet gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Get a Specific Position
ActionIn Make“Gets a specific position from Comeet, using position UID supplied by Webflow response.”
Hands your scenario the details of a single Comeet position once you know its UID, so the next module can publish or store that role.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Opens the whole Comeet API to your scenario, using the same connection as the other modules, so you are not stuck with only three ready-made moves.
Get a Specific Position - Private
SearchIn Make“Gets specific position from Comeet, using position UID supplied by Webflow response.”
Returns one position from Comeet based on a UID, and Make labels it as a search, so the result arrives as a bundle you can filter or route like any search output.
List Positions
SearchIn Make“Gets all the positions currently published in Comeet.”
Brings back every role currently published in Comeet, one bundle per position, which gives you the full picture of what candidates can apply to right now.
Need help automating Comeet with Make?
A person reads every message.