Resources · Make integration

Robocorp Make integrationAutomate Robocorp with Make.

Can a form, a spreadsheet row or a new deal kick off a Robocorp robot? The Robocorp Make integration gives you 3 modules: two actions and one search. This guide shows how to link your workspace, which module does what, and how to build a first scenario that starts a process for you.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Robocorp Make integration do for you?

The Robocorp Make integration lets a Make scenario, the automation you build in Make as a chain of bricks called modules, start a Robocorp process and then read the work items that process produced. Your robots stay in Robocorp; Make decides when they run and where their results go next.

Robots that start on a business event. An operations team can let a record in another app, say a row added in a sheet or an entry in a CRM, fire Start Process instead of someone opening Control Room to press a button. The robot runs as usual, only the launch changes.

Results that travel on their own. Once a run is done, Get Work Items looks up the output work items of that run. A finance assistant could then push each item into a spreadsheet or a message, without copying anything by hand.

Calls the listed modules do not cover. With only three modules, Make an API Call matters here: it reaches any endpoint of the Robocorp API through the same connection.

What Make does not give you: Robocorp has no trigger module in Make, so nothing in Robocorp can start a scenario by itself; the scenario begins on another app or on a schedule. The Make documentation for this app also warns that it is AI-generated from Robocorp docs, so check important details with Robocorp. If you are still choosing a tool, the n8n vs Make comparison and the Make review help, and Make troubleshooting covers failed runs.

Connect

How do you connect Robocorp to Make?

  1. 01

    Collect three values in Control Room

    Log in to Robocorp and open the Control Room dashboard. Pick your workspace in the workspace selector, go to Workspace settings, then the API access tab. Copy the API URL, the API key and the Workspace ID shown there.

  2. 02

    Open the connection window in Make

    In your scenario, add any Robocorp module and click Create a connection. A connection is your Robocorp account linked to Make once, then reused by every Robocorp module. The Connection name field is optional; a clear name helps if you run several workspaces.

  3. 03

    Paste the credentials and save

    Enter the values you copied from Control Room, or follow the instructions Make shows on screen, and save. Your account needs access to a workspace and a workspace scoped API key, so check that before you start.

First scenario

Build your first scenario with Robocorp

GoalWhen a new request lands in another app, Make starts a Robocorp process to handle it.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the +. Robocorp has no trigger, so this first module comes from the app where requests arrive, such as a sheet or a form tool.

  2. 02

    Set up the starting module

    Search that app, pick its trigger and link its account. Make then lists the sheets or objects it can read, so you choose the source instead of typing it.

  3. 03

    Add Start Process

    Click the + on the right of the first module, search Robocorp and choose Start Process. Create the connection, then map data from the first module into the fields Make displays.

  4. 04

    Test with Run once

    Click Run once. Make executes the scenario one time and shows the bundles, the items passed from one module to the next, that each module received. Check in Control Room that the run started.

  5. 05

    Schedule and switch on

    Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. From here, each new request launches the robot without anyone logging in.

Modules

What the Robocorp modules do

Robocorp gives you 3 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Robocorp1

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

This module reaches any endpoint of the Robocorp API from your scenario and reuses the connection you already created, so you never manage a second key.

When to use it
you need something Start Process and Get Work Items do not offer, and the Robocorp API documents the endpoint that does it.
Watch out
you build the request yourself from the vendor documentation, so read the Robocorp API reference before relying on the response in later modules.
Robocorp2

Start Process

Action

In MakeTriggers a process

Start Process launches a Robocorp process from Make, so a robot begins its job the moment your scenario reaches this step rather than when someone clicks in Control Room.

When to use it
an event in another app, such as a signed order or an approved request, should hand work to a robot straight away.
Watch out
each launch counts as an operation on your Make plan, so start the scenario only on the records that really need a robot.
Robocorp3

Get Work Items

Search

In MakeGets output work items based on processId and processRunId, which are available e.g. with a webhook.

Get Work Items brings back the output work items of a given run, using its process ID and process run ID, so the data a robot produced can move on to other apps.

When to use it
a robot has finished and its results should land in a sheet, a CRM or a message.
Watch out
as a search, it can return zero, one or several bundles, and each following module runs once per bundle.
Need help

Need help automating Robocorp with Make?

A person reads every message.

FAQ

Robocorp and Make: common questions

01Is the Robocorp Make integration free?
Yes, on the Make side. Robocorp is a standard app, available from the Free plan. That plan allows 2 active scenarios, at least 15 minutes between two scheduled runs, 5 minutes of execution per run and files up to 5 MB. Paid plans (Core, Pro, Teams and Enterprise) drop the interval to 1 minute and count usage in credits per month. Your Robocorp account is separate: check the Robocorp pricing page for the subscription it needs.
02What do you need to connect Robocorp to Make?
An active Robocorp account with access to a workspace and a workspace scoped API key. In Control Room, pick the workspace, open Workspace settings, then the API access tab, and copy the API URL, the API key and the Workspace ID. In Make, click Create a connection on any Robocorp module and paste those values. The connection name is optional, and every Robocorp module of the scenario reuses the same connection afterwards.
03Does the Robocorp integration react in real time?
No, because Robocorp has no trigger module in Make, scheduled or instant. The scenario starts elsewhere: on a trigger from another app, such as a new row or a new form entry, or on the schedule you set on the first module, every 15 minutes by default. In the editor, a scheduled trigger carries a clock badge and an instant trigger a lightning badge; no Robocorp module shows either. Robocorp then acts as the step that launches the robot, and Get Work Items can collect its results later in the flow.
04What if a Robocorp module is missing in Make?
Use Make an API Call. It calls any endpoint of the Robocorp API with the connection you already set up, which covers anything beyond starting a process and reading work items. Keep in mind that the Make documentation for this app is AI-generated from Robocorp sources and may contain mistakes, so verify important details in the Robocorp documentation, or contact Robocorp directly when something does not behave as the documentation describes.
05Robocorp Make integration or n8n: which one to pick?
It depends on the tool your team already runs. Many apps available in Make also have an n8n node, so check whether one exists for Robocorp before deciding. On Make, what you get is clear: 3 modules, a connection built on a workspace API key, and Make an API Call for the rest of the API. Compare the modules each tool offers for your exact process rather than the brand, since both can pass Robocorp data to your other apps.