uProc Make integrationAutomate uProc with Make.
Need uProc data inside your other tools without copying it by hand? The uProc Make integration gives you 2 action modules. This guide is for people who know uProc and are new to Make: connect the account, build a first scenario, and see when each module helps.
Verified Trustpilot reviews · AI, automation & growth agency
What can the uProc Make integration do for you?
The uProc Make integration links your uProc account to Make so a scenario (the automation you build in Make, a chain of modules) can call a uProc tool and pass its answer to your other apps. There are two modules, both actions, and no trigger, so another app or a schedule starts the flow.
Get data from a uProc tool on demand. The Select a Tool module lets you pick one of the tools of your uProc account and returns the data it produces. Put it after the module of another app that brings in a record, and each record goes through the tool you chose.
Reach what the listed module does not cover. Make an API Call sends an authorized request to any endpoint of the uProc API, with the same connection. It is the fallback when Select a Tool is not enough.
Feed the result to the rest of your stack. Each answer becomes a bundle (one item passed from a module to the next) that you map into a spreadsheet, a CRM or an email.
What Make does not give you here: a uProc trigger. Nothing in uProc can start a scenario by itself, so plan the start on another app or on the schedule. The uProc n8n integration covers the same app on the other platform, and n8n vs Make lays out how the two tools differ. If a run fails, Make troubleshooting lists the usual causes.
How do you connect uProc to Make?
- 01
Add a uProc module
In your scenario, click the +, search for uProc and pick Select a Tool. Then click Create a connection. A connection is your uProc account linked to Make once, then reused by both modules.
- 02
Name the connection
Giving it a name is optional but helps later. Something like "uProc main account" tells you at a glance which account a module uses when you reopen the scenario.
- 03
Authorize and save
Follow what uProc asks for: approve access on the uProc page, or paste the key uProc gives you. Click Save, and Make can now list the tools of your account inside the module.
Your first scenario with uProc
GoalWhen a new record reaches Make from another app, Make runs it through a uProc tool and hands the answer to the next module.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the +. Add the module of the app that holds your records, for example a new row in a sheet, since uProc has no trigger.
- 02
Add Select a Tool
Click the + on the right of that first module, search uProc and choose Select a Tool. Create the connection if this is your first uProc module.
- 03
Pick the tool and map data
Once connected, Make lists what it can read from your uProc account. Choose the tool you need, then map the values coming from the first module into its fields.
- 04
Test with Run once
Click Run once. The scenario runs one time, and you can open each module to read the bundles it received and check what uProc sent back.
- 05
Schedule and switch on
Set the schedule on the first module (every 15 minutes by default on a new scenario), then switch the scenario on. Each module run counts as an operation on your Make plan.
What the uProc modules do
uProc gives you 2 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
This module lets you call any endpoint of the uProc API from your scenario, reusing the connection you already created, so you are not limited to what the other module exposes.
Select a Tool
ActionIn Make“Selects your preferred tool and get data.”
Pick one of the tools available in your uProc account and get back the data it returns, ready to map into the next module of the scenario. It is the everyday entry point into uProc.
Need help automating uProc with Make?
A person reads every message.