Adalo Make integrationAutomate Adalo with Make.
What if the records your Adalo app collects could reach the rest of your tools without a single copy and paste? The Adalo Make integration offers 7 modules: 1 trigger, 5 actions and 1 search. This guide is for app makers who want their data to move, and it walks you through your first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Adalo Make integration let you automate?
The Adalo Make integration links the database behind your Adalo app to Make, a no-code tool where you build a scenario (the automation itself, a chain of steps). Each step is a module that reads or writes the records of one Adalo collection, so what users enter in your app can flow to other tools, and back.
Signups that reach your front desk on their own. Say you run a booking app for a fitness studio. Watch Records spots a new member record, and the next module hands it to the tool your front desk already reads. Nobody exports a list by hand.
Data from outside, written into the app. The reverse works too. A form answer or a payment in another app can start the scenario, and Add a Record creates the matching entry in your Adalo collection, so the app shows it to your users.
Status kept in sync. When a job is marked as done somewhere else, Update a Record changes the matching record, and Delete a Record removes entries you no longer want users to see. Get a Record and List Records read data first when you need to check before you write.
What the listed modules cannot reach, Make an API Call covers with the same connection. Keep in mind that Adalo only opens this access on its Team or Business plan. If you are weighing tools, the Adalo n8n integration exists as well, and n8n vs Make lays out how the two differ. To get comfortable with the editor, the Make training starts from zero.
How do you connect your Adalo account to Make?
- 01
Collect your keys in Adalo
In the Adalo editor, open the settings gear, expand App Access and click Generate API Key. Copy the key, then copy the App ID from your browser's address bar: it sits between apps and data in the URL.
- 02
Find the collection ID
Click the Database icon, pick your collection, open the three dots and choose API Documentation. The Database Collection ID is inside the endpoint URL shown there. Keep it next to the key and the App ID.
- 03
Create the connection in Make
Add any Adalo module to your scenario and click Create a connection. Give it a clear name in Connection name if you like, then paste what you copied. A connection is your Adalo account linked once, and every Adalo module reuses it.
Your first scenario: turn outside signups into Adalo records
GoalWhen someone signs up through a form in another app, Make creates the matching record in your Adalo collection.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big + to add the first module. Pick the trigger of the app where signups arrive, your web form tool for example.
- 02
Add Add a Record
Click the + on the right of that first module, type Adalo in the search box and choose Add a Record. This is where the new entry gets written in your app.
- 03
Link your account
Click Create a connection and paste the API key, App ID and collection ID from Adalo. Then map the form answers into the record fields Make lists.
- 04
Test with Run once
Send a test signup through your form, then click Run once. Open each module's bubble to read the bundles it received; a bundle is one item passed along, here one signup.
- 05
Schedule and switch on
Click the clock on the first module to set Scheduling. A new scenario runs every 15 minutes by default. Switch it on, and each signup lands in your app without you.
What can start an Adalo scenario?
1 module starts a scenario when something happens in Adalo. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Adalo as soon as it happens.
Watch Records
Scheduled triggerIn Make“Triggers when a record is created or updated.”
Watch Records keeps an eye on one Adalo collection and on each check, starts your scenario for the records created or updated since the previous one, so fresh data from your app moves on without anyone lifting a finger.
Which Adalo modules can you use in Make?
Adalo gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Add a Record
ActionIn Make“Adds a new record.”
Add a Record writes a brand new entry into one of your Adalo collections, so information captured in another tool appears inside your app for your users.
Delete a Record
ActionIn Make“Deletes a record.”
This module removes one record from an Adalo collection for good. It is the cleanup step at the end of a flow, when an entry should disappear from the app.
Get a Record
ActionIn Make“Gets a specified record.”
Get a Record fetches one specific record when you already know which one you want, and hands its details to the next modules of the scenario.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call is the escape hatch: it sends a request of your choice to the Adalo API with the connection you already set up, for anything the other modules leave out.
Update a Record
ActionIn Make“Updates an existing record.”
Update a Record changes an entry that already exists in your collection, which keeps what users see in the app in step with what happens in your other tools.
List Records
SearchIn Make“Retrieves a list of records.”
List Records is the search of this app: it pulls several records from a collection at once, and each one travels to the next module as its own bundle.
Need help automating Adalo with Make?
A person reads every message.