- Home
- Resources
- Integrations
- Stackby
Stackby Make integrationAutomate Stackby with Make.
Can Make fill and update your Stackby tables while you do something else? Yes. The Stackby Make integration gives you 5 modules: 2 triggers, 2 actions and 1 search. This page explains each one, then walks you through your first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Stackby Make integration do for you?
The Stackby Make integration links your Stackby account to Make so rows move without copy and paste. You build a scenario (the automation itself, a chain of bricks called modules) that notices new or changed rows, creates rows, edits them by ID or looks them up, and runs without you.
Route new requests to the right team. An agency collects client briefs in one Stackby table. Watch Records picks up each new row in a chosen view, and Create a row writes a copy into the production team's table, so nobody retypes the brief.
Keep two tables in step. When someone edits a record, Watch Updated Records hands it to the scenario, Search rows finds the matching row elsewhere, and Update a row writes the new values into it by its ID.
Collect data from other apps. Start the scenario with a module from another app, such as a form tool, then let Create a row turn every entry into a clean Stackby row.
Know the limits before you start. Both triggers are scheduled, so Make checks Stackby on a timer instead of hearing from it the moment a row changes. The list has no module to delete a row and no universal API call module. If you also work with n8n, read the Stackby n8n integration page or the n8n vs Make comparison. New to the editor? The Make training covers the basics.
How do you connect Stackby to Make?
- 01
Create an API key in Stackby
In Stackby, click your profile icon at the top right, open Account, and scroll to the API key section. Click Create API key and copy the key shown on screen. Make needs it to act on your behalf.
- 02
Add a Stackby module in Make
Open your scenario, add any Stackby module and click Create a connection. A connection is your Stackby account linked to Make once; every Stackby module in your scenarios reuses it afterwards.
- 03
Paste the key and save
Give the connection a name in Connection name if you like (handy with several accounts), paste the API key and confirm. Make can now list the tables and views your account can reach.
Build your first scenario with Stackby
GoalWhen a new row appears in a Stackby view, Make copies it into another Stackby table.
- 01
Start a new scenario
Go to the Scenarios page, create a new scenario and click the big + to place the first module.
- 02
Add Watch Records
Search for Stackby, pick Watch Records and click Create a connection if you have not linked your account yet. Then choose the table and the view to watch.
- 03
Add Create a row
Click the + on the right of the trigger, pick Create a row and select the destination table. Map each column to a value from the row the trigger found.
- 04
Test with Run once
Add a test row to the watched view, then click Run once. Open the bubble above each module to read the bundles it received, one bundle per row.
- 05
Schedule it and switch it on
Open the clock on the first module to set the schedule (every 15 minutes by default) and turn the scenario on. From then on, Make checks the view at each run.
What starts a Stackby scenario
2 modules start a scenario when something happens in Stackby. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Stackby as soon as it happens.
Watch Records
Scheduled triggerIn Make“Returns all newly created rows in a view.”
Watch Records gives your scenario every row newly added to a Stackby view, so each fresh entry can travel on to another table or app. Each row arrives as its own bundle, the item passed from one module to the next.
Watch Updated Records
Scheduled triggerIn Make“Returns updated records”
This trigger reacts to edits rather than additions: it returns the records someone changed, so a new status or a corrected value can flow into the rest of your setup.
What Make can do in Stackby
Stackby gives you 3 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a row
ActionIn Make“Creates a new row in any table in Stackby.”
Adds a fresh row to the Stackby table of your choice, filled with data from earlier modules, so no one has to type it by hand.
Update a row
ActionIn Make“Updates a row by its ID.”
Changes the values of one existing row, which Make locates by its ID. Pick it over Create a row whenever the record already exists and only a few columns need new content.
Search rows
SearchIn Make“Searches for any specific row or returns all rows.”
Looks up the rows that match what you are after, or returns every row of the table, and hands them to the next module one by one.
Need help automating Stackby with Make?
A person reads every message.