- Home
- Resources
- Integrations
- ADP Workforce Now
ADP Workforce Now Make integrationAutomate ADP Workforce Now with Make.
Can Make read your ADP workers and onboard new hires for you? The ADP Workforce Now Make integration gives you 10 modules: 6 actions and 4 searches. This page is for HR and ops teams on the Enterprise plan, and it walks you from the connection to a first working scenario.
Enterprise app This app is reserved to Make's Enterprise plan.
Verified Trustpilot reviews · AI, automation & growth agency
What does the ADP Workforce Now Make integration let you automate?
The ADP Workforce Now Make integration links your ADP account to Make so a scenario, the automation you build as a chain of modules, can look up workers, job requisitions and applications, then onboard an applicant. Each module is one brick: here, an action that works on one record or a search that returns a list.
Onboarding without retyping. When a candidate is marked as hired in another tool, Search job applications finds the matching application and Onboard an applicant starts the new hire in ADP. Nobody copies the same details twice.
A worker directory other tools can use. Search workers returns the people that match your criteria, and Get a worker demographics adds the details for one person. You can then send that data to a spreadsheet or a base; the Airtable Make integration page shows the other side.
Open roles shared with managers. Search job requisitions lists the requisitions you filter on, and Get a job requisition pulls a single one when you already hold its Item ID, so a hiring manager sees the role without an ADP login.
Know the limits before you start. The app has no trigger, so ADP cannot start a scenario by itself: the scenario starts on a schedule or on another app. It is also only available on the Make Enterprise plan, which the Make pricing guide puts in context. When a listed module does not cover your case, Make an API call reaches other endpoints with the same connection. ADP Workforce Now often has an n8n node too; the n8n vs Make comparison helps you pick.
How do you connect ADP Workforce Now to Make?
- 01
Prepare your ADP Central project
In ADP Central, open Projects, click Create a project, then under Credentials choose Manage certificate and Request certificate. Save the private key as a
.keyfile and download the.pemcertificate. - 02
Copy the client credentials
Back in Projects, click View project. Use Copy client ID, then switch on Show secret and click Copy client secret. Keep both values somewhere safe, you paste them into Make in the next step.
- 03
Create the connection in Make
Add any ADP Workforce Now module and click Create a connection. Fill Client ID and Client Secret, click Extract on Private key file and Certificate file to load your two files, then Save. That connection is reused by every ADP module.
Your first scenario with ADP Workforce Now
GoalWhen a candidate is marked as hired in another app, Make finds the job application in ADP Workforce Now and onboards the applicant.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the +. Pick the module of the app where hiring decisions are recorded, since ADP Workforce Now has no trigger of its own.
- 02
Find the application
Click the + on the right and search for ADP Workforce Now. Choose Search job applications, create the connection, and map the candidate details from the first module as your search criteria.
- 03
Onboard the applicant
Add Onboard an applicant after the search and map the data it returned. Each bundle, one application passed along, becomes one onboarding, so keep your criteria narrow enough to match a single person.
- 04
Test with Run once
Click Run once then read the bundles each module received. If the search came back empty, adjust the criteria before you onboard anyone for real.
- 05
Schedule and switch on
Set the schedule on the first module, every 15 minutes by default, and switch the scenario on. Each module run on a bundle is one operation, the unit Make counts on your plan.
What the ADP Workforce Now modules do
ADP Workforce Now gives you 10 modules in 3 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Actions
6 modulesGet a job application
ActionIn Make“Returns information about a specific job application by its Item ID.”
You get the full record of one job application when you already know its Item ID. It is the precise lookup, as opposed to a search that may return several applications.
Get a job requisition
ActionIn Make“Returns information about a specific job requisition by its Item ID.”
This module hands back one job requisition, the open role your company wants to fill, identified by its Item ID. Choose it over Search job requisitions whenever the ID is already in hand.
Get a worker data
ActionIn Make“Returns information about a specific worker by their Associate object ID.”
Pull the ADP record of one worker, found through their Associate object ID, and pass it to the rest of your scenario. It is the starting point for keeping another system aligned with ADP.
Get a worker demographics
ActionIn Make“Returns information about a specific worker demographics by their Associate object ID.”
Here you retrieve the demographic details of one worker, again from their Associate object ID. It complements Get a worker data when your next step needs the personal side of the record rather than the job side.
Make an API call
ActionIn Make“Sends a custom API call to ADP Workforce Now. You can use this to call endpoints that aren’t covered by existing modules.”
Reach any endpoint of the ADP Workforce Now API that the other modules leave out, using the connection you already created. It is the way to cover a need the listed modules do not.
Onboard an applicant
ActionIn Make“Onboards the new applicant.”
Turn a selected applicant into a new hire in ADP Workforce Now without anyone retyping their details. Among the listed modules, it is the only one that starts a process instead of reading data.
Searches
3 modulesSearch job applicants
SearchIn the docs onlyThis search looks for job applicants and gives you each match as its own bundle. It is listed in the Make documentation without an official description, so check what it actually returns on a test run.
Search job requisitions
SearchIn Make“Returns a list of job requisitions filtered by the provided criteria.”
List the job requisitions that match your filters, each one arriving as a separate bundle. Reach for it when you do not know the Item ID and want every role that fits a criterion.
Search workers
SearchIn Make“Returns a list of workers filtered by the provided criteria.”
Look up workers by the criteria you set and receive one bundle per person found. This is usually how you obtain the Associate object ID the two worker Get modules require.
Other modules
1 moduleSearch job applications
SearchIn Make“Returns a list of job applications filtered by the provided criteria.”
Retrieve the job applications that fit your criteria, one bundle per application, ready to feed a follow-up step. Pick it over Get a job application when you know the candidate but not the Item ID.
Need help automating ADP Workforce Now with Make?
A person reads every message.