- Home
- Resources
- Integrations
- Tadabase
Tadabase Make integrationAutomate Tadabase with Make.
Your Tadabase records can feed the rest of your stack on their own. The Tadabase Make integration gives you 9 modules: 2 triggers, 6 actions and 1 search. This guide walks you through the connection, a first working scenario and every module, one by one.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Tadabase Make integration automate?
The Tadabase Make integration links your Tadabase account to Make, a visual tool where you chain apps together without writing code. Each automation is called a scenario: a chain of modules, and each module is one brick, like a trigger that starts things or an action that writes a record.
Orders that land as records. A web shop receives an order, and Make passes it to Create a Record, so your Tadabase app holds the order without anyone retyping it. Pair it with Search Records first when the same customer might already exist.
Changes that reach your other tools. The instant Watch Records tells Make when a record is created, updated or deleted, so a sales team can see a status change in their chat or CRM a moment later.
Documents filed on the right record. A signed contract comes out of an e-signature app, and Upload a File attaches it to the record by its ID. No more hunting for the PDF in an inbox.
Know the edges before you build. The scheduled Watch Records only sees new records, and the instant one needs a Tadabase PRO plan or above. For anything the listed modules skip, Make an API Call reaches the rest of the Tadabase API with the same connection. Deciding between tools? Read n8n vs Make, and if you want a structured path into the editor, the Make training starts from zero. When a run fails, Make troubleshooting covers the usual causes.
How do you connect Tadabase to Make?
- 01
Generate your API key in Tadabase
In Tadabase, open the Settings menu in the left sidebar, pick API Keys, then click Generate New API Key. Keep the page open: you will need the Client ID, the API key and the Client secret it shows.
- 02
Open the connection window in Make
Add any Tadabase module to your scenario and click Create a connection. A connection is your Tadabase account linked to Make once, then reused by every Tadabase module. The Connection name field is optional, but a clear name helps when you run several apps.
- 03
Paste the three credentials
Copy the Client ID, the API key and the Client secret from Tadabase into the matching fields, or follow the instructions Make shows on screen. Save, and Make can now list what it reads in your Tadabase account.
Your first scenario with Tadabase and Make
GoalWhen another app sends new data, Make finds the matching Tadabase record and updates it.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Pick the app that holds the new data first, a form tool or a payment app for example, and set up its trigger.
- 02
Add Search Records
Click the + on the right of that first module, search for Tadabase and choose Search Records. Click Create a connection if you have not linked your account yet, then set the conditions that identify the right record.
- 03
Add Update a Record
Add Update a Record after the search. Map the record ID from Search Records, then map the values coming from the first app into the fields Make lists for your Tadabase data.
- 04
Test with Run once
Click Run once, send one test item from the first app, and open each module to read the bundles it received. A bundle is one item passing from module to module, here one record.
- 05
Schedule and switch it on
Click the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. Each module run on a bundle counts as one operation on your Make plan.
Which Tadabase triggers can start a scenario?
2 modules start a scenario when something happens in Tadabase. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Tadabase as soon as it happens.
Watch Records
Scheduled triggerIn Make“Triggers when records are created.”
This version of Watch Records picks up every record created in Tadabase since its last check and sends each one to the next module as a bundle. It covers new records only, which keeps it easy to reason about.
Watch Records
Instant triggerIn Make“Triggers when records are created, updated or deleted. Only available for Tadabase PRO plan or above.”
The instant Watch Records reacts to three events on your records: a creation, an update and a deletion. Your scenario starts on the change itself, with no waiting for the next scheduled check.
What can the Tadabase modules do in Make?
Tadabase gives you 7 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Record
ActionIn Make“Saves a new record.”
Create a Record saves a brand new entry in your Tadabase app. You fill it with values mapped from the modules that come before it, so nobody retypes anything.
Delete a Record
ActionIn Make“Deletes a record.”
With Delete a Record, Make removes one Tadabase record for you, identified by the ID you map from a previous module.
Get a Record
ActionIn Make“Gets a record.”
Get a Record fetches the full content of one record when you already hold its ID, and hands every value to the following modules.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call gives you access to any endpoint of the Tadabase API, using the connection you already set up, for the jobs the ready-made modules do not cover.
Update a Record
ActionIn Make“Updates an existing record.”
Update a Record changes the values of a record that already exists in Tadabase, instead of creating a second copy next to it.
Upload a File
ActionIn Make“Uploads a file to a record by the record ID.”
Upload a File attaches a file to a Tadabase record, located by its record ID, so the document sits right next to the data it belongs to.
Search Records
SearchIn Make“Filters and sorts records based on conditions.”
Search Records filters and sorts your Tadabase records on the conditions you set, then returns whatever matches as separate bundles.
Need help automating Tadabase with Make?
A person reads every message.