- Home
- Resources
- Integrations
- Oracle Fusion Cloud HCM
Oracle Fusion Cloud HCM Make integrationAutomate Oracle Fusion Cloud HCM with Make.
Can Make read and write your HR records in Oracle Fusion Cloud HCM without a line of code? Yes: the Oracle Fusion Cloud HCM Make integration offers 7 modules, one trigger and six actions or searches. This page shows HR and ops teams how to connect the account and ship a first working scenario.
Enterprise app This app is reserved to Make's Enterprise plan.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Oracle Fusion Cloud HCM Make integration do for you?
The Oracle Fusion Cloud HCM Make integration links your Oracle Cloud service to Make, so records can be watched, looked up, created, changed or removed from a scenario (the automation you build in Make, one module after another). You pick the record types once, and every module works on them without any code on your side.
Spot new records as they land. Watch Records starts a scenario whenever a record is created, and Get a Record pulls its full details so the next app in the chain gets every value it needs.
Keep HCM aligned with another source. When a change arrives from a form or a spreadsheet, Search Records finds the matching entry and Update a Record writes the new values. Create a Record covers the case where nothing matches yet.
Clear out what should not stay. Delete a Record removes an entry by its ID, which suits cleanup flows that you have already reviewed by hand.
One limit to know upfront: this app is only available on the Make Enterprise plan, so a Free or Core account cannot use it. Anything the six listed modules skip can still be reached through Make an API Call, with the same connection. The same app often has an n8n node too; the n8n vs Make comparison helps you pick, and the Make pricing page explains the plans. If you prefer help, our Make agency builds these flows with HR teams.
How do you connect Oracle Fusion Cloud HCM to Make?
- 01
Open the connection window
In your scenario, add any Oracle Fusion Cloud HCM module and click Create a connection. A connection is your Oracle account linked to Make once, then reused by every module of the app. The Connection name field is optional, and a clear name makes the connection easy to find later.
- 02
Enter your server and login
In Server Name, paste the URL of your Oracle Cloud service, in the shape
servername.fa.us2.oraclecloud.com. Then fill Username and Password with an Oracle login that already has permission to reach the records you plan to automate. - 03
Pick the scope and save
Under Scope, tick the record types the scenario really needs, then click Save. Keep the window open: the doc warns that the link can take up to 5 minutes before it reports success, so closing it early leaves you with nothing.
Your first scenario with Oracle Fusion Cloud HCM
GoalWhen a row changes in another app, Make finds the matching record in Oracle Fusion Cloud HCM and updates it.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Pick the app that holds the changes, for example the spreadsheet or form your HR team already fills in.
- 02
Add Search Records
Click the + to the right of that first module, search for Oracle Fusion Cloud HCM and choose Search Records. Click Create a connection and follow the three steps above.
- 03
Map the search criteria
Once connected, Make lists the record types it can read. Choose one, then map a value from the first module as the filter, so each incoming row looks up its own record.
- 04
Add Update a Record
Add Update a Record after the search. Map the ID returned by Search Records, then map the values you want to change from the first module.
- 05
Test with Run once
Click Run once. Open each module bubble and read the bundles it received: if the search returned several records, the update ran on each one, which tells you to tighten the filter.
- 06
Schedule and switch on
Click the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. From now on it runs by itself.
The trigger that starts your scenarios
1 module starts a scenario when something happens in Oracle Fusion Cloud HCM. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Oracle Fusion Cloud HCM as soon as it happens.
Watch Records
Scheduled triggerIn Make“Triggers when records are created.”
Watch Records hands your scenario each record newly created in Oracle Fusion Cloud HCM, one bundle at a time (a bundle is one item passed from module to module). It is the only way this app can open a scenario on its own.
Every Oracle Fusion Cloud HCM module, explained
Oracle Fusion Cloud HCM gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Record
ActionIn Make“Creates a new record.”
Create a Record adds a fresh entry to Oracle Fusion Cloud HCM from data that arrives in the scenario, so nobody has to retype it in the HR system.
Delete a Record
ActionIn Make“Deletes a record by its ID.”
Delete a Record removes one entry, identified by its ID, straight from a scenario. You get a cleanup step that runs without anyone opening the HCM console.
Get a Record
ActionIn Make“Retrieves the details of a record by its ID.”
Get a Record fetches the complete details of one entry when you already hold its ID, giving the next modules every value to map.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API Call.”
Make an API Call lets you reach any endpoint of the Oracle Fusion Cloud HCM API from the scenario, reusing the connection you already set up. It covers everything the five other actions and the search leave aside.
Update a Record
ActionIn Make“Updates a record by its ID.”
Update a Record changes the values of an existing entry, found by its ID, so HCM follows what happens in your other tools without manual edits.
Search Records
SearchIn Make“Retrieves a list of records filtered by criteria.”
Search Records returns the entries that match your criteria, which is how a scenario finds the right record when it does not know the ID yet.
Need help automating Oracle Fusion Cloud HCM with Make?
A person reads every message.