Resources · Make integration

Oracle Fusion Cloud ERP Make integrationAutomate Oracle Fusion Cloud ERP with Make.

Your ERP records can move on their own once Make watches them. The Oracle Fusion Cloud ERP Make integration gives you 7 modules: 1 scheduled trigger, 5 actions and 1 search. This guide shows how to link your Oracle account, then walks you through a first scenario step by step.

Enterprise app This app is reserved to Make's Enterprise plan.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Oracle Fusion Cloud ERP Make integration automate?

The Oracle Fusion Cloud ERP Make integration lets a scenario, the automation you build in Make, read and change records in your Oracle ERP without code. Each step is a module, one brick of the scenario: it can spot new records, find existing ones, create, update or delete them, and call any other part of the Oracle API.

Catch every new record the moment your schedule runs. Watch Records picks up records created in Oracle and hands each one to the next module as a bundle, one item flowing through the scenario. From there you can post it to a chat channel, copy it into a spreadsheet, or enrich it with Get a Record before anything else happens.

Keep the ERP in step with your other tools. When an order is confirmed in your shop or a deal closes in your CRM, Create a Record adds the matching entry in Oracle, and Update a Record corrects it later. Search Records checks first whether the entry already exists, which saves you from duplicates.

Reach what the listed modules do not cover. Make an API Call uses the same connection to call any endpoint of the Oracle API, so an unusual record type is not a dead end.

Two limits to know before you start. The app is reserved to the Make Enterprise plan, and the trigger only reacts to created records, not to edits. If you are still weighing the platform, read our Make review or the n8n vs Make comparison, since the same app often exists as an n8n node. For a hand with a larger rollout, the Make agency team can help.

Connect

How do you connect Oracle Fusion Cloud ERP to Make?

  1. 01

    Open the connection window

    Add any Oracle Fusion Cloud ERP module to your scenario and click Create a connection. A connection is your Oracle account linked to Make once, then reused by every Oracle module. The Connection name field is optional, but a clear name helps when you run several environments.

  2. 02

    Enter your server and login

    In Server Name, paste the URL of your Oracle Cloud service, shaped like servername.fa.us2.oraclecloud.com. Then fill Username and Password with your Oracle login. That account needs permission to see the records you want Make to touch.

  3. 03

    Pick the scope and save

    Under Scope, tick only the record types your scenario will use, then click Save. Setting up the link can take up to 5 minutes, so leave the window open until Make confirms the connection works.

First scenario

Build your first Oracle Fusion Cloud ERP scenario

GoalWhen a record is created in Oracle Fusion Cloud ERP, Make reads its full details and updates it with the value you choose.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the big +. Search for Oracle Fusion Cloud ERP and choose Watch Records as the first module.

  2. 02

    Link your account and set the trigger

    Click Create a connection and follow the three steps above. Once connected, Make lists the record types it can read, so pick the one you want to follow.

  3. 03

    Add Get a Record

    Click the + on the right of the trigger, pick Get a Record, and map the record ID coming from Watch Records. This module returns the full details of that one record.

  4. 04

    Add Update a Record

    Add Update a Record after it, map the same ID, and fill only the values you want to change, using data from the previous modules where it helps.

  5. 05

    Test with Run once

    Create a test record in Oracle, then click Run once. Read the bundles each module received and check the update landed where you expected.

  6. 06

    Schedule and switch it 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.

Triggers

What starts an Oracle Fusion Cloud ERP scenario

1 module starts a scenario when something happens in Oracle Fusion Cloud ERP. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Oracle Fusion Cloud ERP as soon as it happens.

Oracle Fusion Cloud ERP1Watch Records

Watch Records

Scheduled trigger

In MakeTriggers when records are created.

Watch Records gives your scenario a starting point: every record newly created in Oracle becomes a bundle that the next modules can use. It is the only trigger of the app, so most Oracle automations begin here.

How it fires
scheduled. Make checks the app on the scenario's schedule, every 15 minutes by default, and collects what was created since the last check.
When to use it
you want a reaction to fresh entries, such as alerting a team or copying new records into another tool.
Watch out
it reacts to creations only, so an edited record will not start the scenario.
Modules

Every Oracle Fusion Cloud ERP module in Make

Oracle Fusion Cloud ERP gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Oracle Fusion Cloud ERP1

Create a Record

Action

In MakeCreates a new record.

Create a Record writes a brand new entry into Oracle from data your scenario already holds, so nobody retypes it by hand.

When to use it
an order, a supplier or a request appears in another app and needs its twin in the ERP.
Watch out
run Search Records first if the same item could arrive twice, or you will store duplicates.
Oracle Fusion Cloud ERP2

Delete a Record

Action

In MakeDeletes a record by its ID.

Delete a Record removes one Oracle record, identified by its ID, and keeps test or cancelled entries out of your books.

When to use it
a cleanup flow where another system has already confirmed the item is void.
Watch out
treat the deletion as final: map the ID from a previous module and test the scenario on a dummy record with Run once first.
Oracle Fusion Cloud ERP3

Get a Record

Action

In MakeRetrieves the details of a record by its ID.

Get a Record fetches every detail of a single record when you already know its ID, which gives the following modules complete data to work with.

When to use it
right after Watch Records or Search Records, when the bundle they pass on is not enough for your next step.
Watch out
without a valid ID the module has nothing to read, so map the ID rather than typing it.
Oracle Fusion Cloud ERP4

Make an API Call

Action

In MakePerforms an arbitrary authorized API Call.

Make an API Call opens the whole Oracle API to your scenario, reusing the connection you already created, so a missing module is rarely the end of the road.

When to use it
the action you need is not one of the listed modules, and the Oracle API documentation shows an endpoint for it.
Watch out
you write the request yourself here, so check the endpoint in the Oracle docs before running it.
Oracle Fusion Cloud ERP5

Update a Record

Action

In MakeUpdates a record by its ID.

Update a Record changes an existing Oracle record by its ID, letting a status or amount follow what happens in your other tools.

When to use it
a payment is confirmed elsewhere and the ERP entry should reflect it without a manual edit.
Watch out
fill only what should change. Find the ID beforehand, either with Search Records or straight from the trigger.
Oracle Fusion Cloud ERP6

Search Records

Search

In MakeRetrieves a list of records filtered by criteria.

Search Records returns the Oracle records that match your criteria, which lets a scenario check what already exists before it acts.

When to use it
before Create a Record to avoid duplicates, or to collect every entry tied to one customer.
Watch out
it can return zero, one or many bundles, and each result runs the next modules once, which counts operations on your plan.
Need help

Need help automating Oracle Fusion Cloud ERP with Make?

A person reads every message.

FAQ

Oracle Fusion Cloud ERP and Make: common questions

01Is the Oracle Fusion Cloud ERP Make integration free?
No. Oracle Fusion Cloud ERP is an enterprise app in Make, and enterprise apps are reserved to the Enterprise plan. The Free plan covers the 3,000+ standard apps, with 2 active scenarios and a minimum interval of 15 minutes between scheduled runs, but it does not open this app. On a paid plan, usage is counted in operations, one per module run on one bundle, so a scenario that handles many records a day consumes more of your monthly allowance. Check the Enterprise conditions with Make before you build.
02What is needed to connect Oracle Fusion Cloud ERP to Make?
Three things: the URL of your Oracle Cloud service, an Oracle username and password, and a Make account on the Enterprise plan. You enter the URL in Server Name, your login in Username and Password, then choose the record types in Scope and click Save. The Oracle account needs permission to reach the records you plan to use. The link can take up to 5 minutes to settle, so keep the connection window open until Make confirms it.
03Does the Watch Records trigger react in real time?
No. Watch Records is a scheduled trigger: Make asks Oracle for newly created records each time the scenario's schedule comes around, every 15 minutes by default on a new scenario. Paid plans let you tighten the interval to 1 minute, while the Free plan stays at 15 minutes at best. The trigger also looks at created records only. Edits to an existing record will not start it, so plan your scenario around new entries, then use Get a Record or Search Records when you need more context.
04What if a module is missing from the Oracle Fusion Cloud ERP app in Make?
It depends on the action, and Make an API Call is the way the app offers to fill the gap. That module calls any endpoint of the Oracle API with the connection you already set up, so you are not limited to the 6 listed actions and search. Look up the endpoint in the Oracle API documentation, then build the request in the module. If the connection itself fails with a data.collection is too big error, narrow the Scope to the record types you really use.
05Make or n8n for Oracle Fusion Cloud ERP: which one fits?
It depends on your setup. In Make, this app gives you 7 ready modules covering watching, searching, creating, reading, updating and deleting records, plus a generic API call, but it requires the Enterprise plan. The same app often exists as an n8n node as well. Compare what each tool offers for the record types you handle, which plan your team already has, and who will maintain the scenarios, then decide on those criteria rather than on habit.