- Home
- Resources
- Integrations
- BrowserAct
BrowserAct Make integrationAutomate BrowserAct with Make.
Need a browser job to start without you opening BrowserAct? The BrowserAct Make integration gives you 2 action modules and no trigger. This page shows which one to pick, how to link your account, and how to build a first scenario you can test right away.
Verified Trustpilot reviews · AI, automation & growth agency
What can the BrowserAct Make integration do for you?
It lets a Make scenario (the automation you build in Make, a chain of bricks called modules) start a BrowserAct workflow for you. BrowserAct is the part that clicks, types and moves through web pages; Make decides when that happens and where the result goes next. You get two action modules, and nothing that watches BrowserAct for events.
Kick off a saved browser task from another app. Say a support team logs a request in a form tool. A trigger from the form tool picks it up, then Run a Workflow starts the matching BrowserAct task and hands back an ID. You pass that ID to a spreadsheet row so anyone can see which run belongs to which request.
Keep a run log without copy and paste. Each ID that Run a Workflow returns is a bundle (one item that travels from a module to the next). Map it into Airtable or a database and you have a history of every task Make started. The Airtable Make integration page covers that side.
Reach the parts of the API with no ready-made module. The BrowserAct listing on make.com also mentions live execution screenshots and output files. Neither has a dedicated module here, so Make an API Call is the route, reusing the same connection.
What Make does not do for BrowserAct: there is no trigger, so Make never hears on its own that a task finished. Your scenario has to start from a schedule or from another app. If you build in both tools, the BrowserAct n8n integration exists too, and n8n vs Make lays out the trade-offs.
How do you connect BrowserAct to Make?
- 01
Add a BrowserAct module
In your scenario, click the +, type BrowserAct and pick Run a Workflow. In the module panel, click Create a connection. A connection is your BrowserAct account linked to Make once, then reused by both modules.
- 02
Name the connection
This field is optional, but a clear name pays off later. If you and a colleague each link your own account, a label like "BrowserAct ops team" tells you at a glance which one a module is using.
- 03
Authorize, then save
Follow what BrowserAct asks for: either approve Make on the BrowserAct page that opens, or paste the key BrowserAct gives you. Then click Save. The module panel shows the connection as selected once it works.
Your first scenario with BrowserAct
GoalWhen the scenario's schedule comes around, Make starts a BrowserAct workflow, then uses the returned task ID in an API call.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the big +. Since BrowserAct has no trigger, the first module will be an action that Make runs on its schedule.
- 02
Add Run a Workflow
Search for BrowserAct, choose Run a Workflow and pick your connection. Fill in the fields the module shows; once the connection works, Make can list what it is able to read from your account.
- 03
Chain Make an API Call
Click the + on the right of the first module and add Make an API Call. Map the task ID from the previous module into your request, using the endpoint BrowserAct documents for what you need.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time, and shows you the bundles each module received. Check that an ID came back before going further.
- 05
Schedule and switch on
Open the clock on the first module (Scheduling). A new scenario runs every 15 minutes by default; change it to fit your needs, then switch the scenario on. Each module run counts as one operation on your plan.
The two BrowserAct modules, and when to use each
BrowserAct 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 is the open door: you write a request to any BrowserAct API endpoint, and Make sends it with your existing connection, so no second login is needed.
Run a Workflow
ActionIn Make“Starts a new task and returns an ID for tracking its progress.”
Starts a new task in BrowserAct and returns an ID you can use to follow how that task is doing.
Need help automating BrowserAct with Make?
A person reads every message.