UiPath Make integrationAutomate UiPath with Make.
What if your UiPath processes started whenever the rest of your stack had work for them? The UiPath Make integration gives you 3 action modules to start jobs and feed queues. This guide walks you through the connection and 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 UiPath Make integration let you automate?
The UiPath Make integration lets Make act on your UiPath Orchestrator account: it can start a job for a process you pick, drop an item into a queue, or call any other endpoint of the UiPath API. Make is a no-code tool where you build a scenario, the automation itself, by chaining modules, each one a brick that does one thing.
Hand work to a robot from a form or a CRM. A new request lands in another app, and Add an Item to a Queue places it in the UiPath queue your process works from. Each item that flows between modules is called a bundle, so one request becomes one queue item.
Launch a process when a business event happens. Instead of starting an automation by hand in Orchestrator, Start a Job triggers the process you selected as soon as the previous module in your scenario has something for it.
Reach the rest of the API. Need something the two dedicated modules do not cover? Make an API Call reuses the same connection to reach any endpoint, as long as the right scopes are granted.
Two limits to know before you start. UiPath has no trigger in Make, so a scenario never starts from a UiPath event: it starts from another app or from its schedule. And the app is reserved to the Make Enterprise plan; the Make pricing page explains how the plans differ. If you are still choosing a tool, the n8n vs Make comparison lays out the criteria, and the Make training covers scenario building from scratch.
How do you connect UiPath to Make?
- 01
Create an external application in UiPath
In UiPath, open the Product launcher icon, then Admin, External applications and + Add application. Add the Orchestrator API Access resource with the scopes the doc lists, leave the redirect URL empty, then copy the App ID and App Secret.
- 02
Collect your organization ID and tenant name
Your organization ID sits in the URL of your UiPath Home, right after
cloud.uipath.com/. For the tenant, go back to Admin, click the tenant name in the sidebar, open Settings and copy the Name value. - 03
Fill in the connection in Make
Add a UiPath module and click Create a connection. Pick UiPath Cloud (Client Credentials) as the connection type, paste the organization ID, tenant name, Client ID and Client Secret, then click Save. That connection is your UiPath account linked to Make once, for every module.
Your first scenario: send work to UiPath and start the robot
GoalWhen a new request arrives in another app, Make adds it to a UiPath queue and starts the matching job.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the +. Since UiPath has no trigger, pick the module of the app where requests arrive as the first module.
- 02
Add the queue module
Click the + on the right, search for UiPath and choose Add an Item to a Queue. Create the connection, then pick the queue from the list Make reads from your account.
- 03
Map the request data
Fill the module fields with data from the first module: Make shows what the previous bundle holds, so you click values instead of typing them.
- 04
Start the job
Add Start a Job after the queue module and select the process that should handle the work. Point it at the process built to read that queue.
- 05
Test, schedule and switch on
Click Run once and check the bundles each module received. Then set the schedule on the first module, every 15 minutes by default, and switch the scenario on.
What the UiPath modules do
UiPath gives you 3 modules in 3 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Job
1 moduleStart a Job
ActionIn Make“Starts a UiPath job by triggering a selected process.”
Start a Job launches a UiPath job for the process you choose, so your robot goes to work right when your scenario decides it should. No one has to open Orchestrator and press start.
Queue
1 moduleAdd an Item to a Queue
ActionIn Make“Adds items to a UiPath queue.”
Add an Item to a Queue hands your robots a new piece of work: the data from your scenario becomes an item in the UiPath queue you pick. Your process then treats queue items the way it was designed to.
Other
1 moduleMake an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call gives you access to UiPath endpoints that have no dedicated module, while reusing the connection you already set up. It is your fallback when Start a Job and Add an Item to a Queue are not enough.
Need help automating UiPath with Make?
A person reads every message.