Checkr Make integrationAutomate Checkr with Make.
Can background checks move forward without anyone copying data by hand? The Checkr Make integration gives you 11 modules: 1 instant trigger, 6 actions and 4 searches. This guide shows recruiters and ops teams how to link the account and build a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Checkr Make integration do for your hiring flow?
The Checkr Make integration links your Checkr account to Make, a no-code automation tool. You build a scenario (the automation itself, a chain of bricks called modules) that reacts to Checkr events, creates candidates, sends invitations and reads reports, so the data lands where your team already works.
Invitations sent the moment a hire is confirmed. When your applicant tracker or a form marks someone as selected, Create a Candidate records the person in Checkr and Create a Background Check Invitation sends the request. Nobody retypes the applicant's details.
Reports that reach the right desk. Watch Events wakes the scenario when Checkr sends an invitation or report event. Get a Report then pulls the details, and a later module can post them to a hiring channel or a spreadsheet. Get a Report's ETA fits in the same flow when a manager keeps asking about start dates.
A clean lookup before creating anything. Search Candidates and Search Invitations tell you whether a person already exists, which prevents duplicates when the same applicant comes back through two sources.
One limit to know: Make's own documentation for Checkr is marked as limited, because there is not enough public information about the app. Expect to test each module with real data before trusting it. If a flow gets stuck, the Make troubleshooting guide helps, and the n8n vs Make comparison is there if you also weigh n8n. For a broader look at the tool, read the Make review.
How do you connect Checkr to Make?
- 01
Add a Checkr module
In a scenario, click the + and search for Checkr. Pick any of its modules, then click Create a connection. A connection is your Checkr account linked to Make once; every Checkr module in every scenario reuses it afterwards.
- 02
Name the connection
This step is optional, but a clear name such as “Checkr, HR account” saves confusion later when several people or several Checkr accounts share the same Make organization and pick from the connection list.
- 03
Authorize and save
Depending on what Checkr asks for, either approve Make on the Checkr page that opens or paste the key Checkr gives you. Then click Save. The module now shows your account, and Make can list the objects it is allowed to read.
Your first scenario with Checkr and Make
GoalWhen Checkr sends a report event, Make fetches that report with Get a Report.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the large + in the middle of the editor. This first slot holds the module that starts everything.
- 02
Add Watch Events
Search for Checkr, choose Watch Events and select the connection you created. This is an instant trigger: Checkr calls Make through a webhook as soon as an invitation or report event happens.
- 03
Chain Get a Report
Click the + on the right of the trigger and add Get a Report. In its fields, map data from the Watch Events bundle (one item passed between modules) so Make knows which report to read.
- 04
Test with Run once
Click Run once, then trigger an event on the Checkr side. Open the bubble above each module to read the bundle it received and check that the report details look right.
- 05
Switch the scenario on
Turn the scenario on. Because Watch Events is instant, the scenario runs when Checkr calls it rather than on the 15-minute default schedule that polling triggers use.
What can start a Checkr scenario?
1 module starts a scenario when something happens in Checkr. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Checkr as soon as it happens.
Watch Events
Instant triggerIn Make“Triggers when an invitation or report event is sent via API.”
Watch Events starts your scenario whenever Checkr sends an invitation or report event, so the rest of the flow reacts to progress in a background check instead of someone refreshing the dashboard.
Every Checkr module in Make
Checkr gives you 10 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Background Check Invitation
ActionIn Make“Creates a new background check invitation.”
This module sends a background check invitation from Checkr, which turns a hiring decision into an actual request without opening the Checkr dashboard.
Create a Candidate
ActionIn Make“Creates a new candidate.”
Create a Candidate adds a new person to Checkr from data that already lives elsewhere, like a form submission or an applicant row, so nobody retypes names and contact details.
Get a Candidate
ActionIn Make“Returns information about the selected candidate.”
Get a Candidate returns the details of one candidate you already know, which is handy when a later module needs more than the reference an event carries.
Get an Invitation
ActionIn Make“Returns information about the selected invitation.”
Pulling one invitation back into Make lets you see where a request stands and pass that status to the tools your team reads every day.
Get a Report
ActionIn Make“Returns information about the report.”
Get a Report brings the information of a Checkr report into your scenario, so the result of a check can reach a hiring manager, a channel or an HR file.
Get a Report's ETA
ActionIn Make“Returns an existing Report ETA.”
Asking Checkr for a report's estimated completion lets a recruiter answer the question every manager asks: when will this check be done?
List Nodes
SearchIn Make“Lists all nodes.”
List Nodes returns every node of your Checkr account as separate bundles, giving your scenario the list to choose from or to keep in sync elsewhere.
List Packages
SearchIn Make“Lists all packages.”
With List Packages, your scenario reads all the packages set up in Checkr and gets one bundle per package, which helps when several kinds of checks exist.
Search Candidates
SearchIn Make“Searches for candidates or lists them all.”
Search Candidates finds matching people in Checkr, or lists all of them, which is the safest way to know whether someone is already there.
Search Invitations
SearchIn Make“Searches for invitations or lists them all.”
This search looks up invitations or lists every one of them, useful to audit what has been sent and to avoid inviting the same applicant twice.
Need help automating Checkr with Make?
A person reads every message.