- Home
- Resources
- Integrations
- QuintaDB
QuintaDB Make integrationAutomate QuintaDB with Make.
Your QuintaDB tables can fill themselves and warn other tools the moment a record changes. The QuintaDB Make integration gives you 14 modules, including 1 instant trigger. This guide is for people who know QuintaDB and are opening Make for the first time, and it walks you from connection to a live scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the QuintaDB Make integration let you automate?
The QuintaDB Make integration links your QuintaDB account to Make so that records can be created, read, updated or removed without opening the database. You build a scenario, which is the automation itself: a chain of modules, each module being one brick such as a trigger, an action or a search.
A CRM table that stays current on its own. Leads collected in a form tool land in QuintaDB through Add a Record, and a later change in status is written back with Update a Record's Cell, so nobody retypes anything.
Other tools that hear about every change. Watch Records reacts when a record is added or modified in a form of your application, so a sales channel, a spreadsheet or an email tool can be told right away.
Clean lookups before writing. Search Records finds matching rows in a table or report, and you decide what happens next: update the one you found, or add a new record when nothing comes back.
If none of the 14 modules fits your need, Make an API Call reaches the rest of the QuintaDB API with the same connection. QuintaDB often has an n8n node too; the n8n vs Make comparison helps you choose. Before building, the Make review and the Make pricing page tell you what each plan covers.
How do you connect your QuintaDB account to Make?
- 01
Grab your API key and domain
In QuintaDB, click your profile icon or name in the top right corner, open Account Settings, then the API section. Copy the API key and the Domain shown there. You need an active QuintaDB account for this.
- 02
Add a QuintaDB module in Make
Inside your scenario, add any QuintaDB module and click Create a connection. A connection is your QuintaDB account linked to Make once, then reused by every QuintaDB module you add later.
- 03
Paste the credentials and save
Give the connection a name in Connection name if you like; the field is optional. Paste the API key and domain you copied, then confirm. Make can now read your applications, forms and records.
Your first scenario: send new leads into a QuintaDB table
GoalWhen a lead arrives in another app, Make adds it as a new record in your QuintaDB table.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + to place the first module. This first bubble is the app where your leads come from, a form tool for instance.
- 02
Set up the source module
Search that app by name, pick its module that watches new entries and link your account with Create a connection. Each lead it sends is a bundle: one item passed to the next module.
- 03
Add Add a Record
Click the + on the right, search QuintaDB and choose Add a Record. Connect your account, pick the application and form, then map the values from the previous module into the fields of your form.
- 04
Test with Run once
Click Run once and send a test lead. Each module shows the bundles it received; open the QuintaDB table and check that the new record is there with the right values.
- 05
Schedule and switch on
Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. Each module run counts as an operation, the unit Make tracks on your plan.
What can start a QuintaDB scenario?
1 module starts a scenario when something happens in QuintaDB. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by QuintaDB as soon as it happens.
Watch Records
Instant triggerIn Make“Triggers when a record is added or modified in an application form.”
Watch Records starts your scenario as soon as someone creates or edits a record in one of your application forms, so the rest of your tools learn about it without anyone copying data by hand.
What can you do with QuintaDB in Make?
QuintaDB gives you 13 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Add a Record
ActionIn Make“Adds a new record.”
Add a Record creates a fresh row in the form you pick, filled with values mapped from earlier modules, so data from another tool lands in QuintaDB without retyping.
Delete a Record
ActionIn Make“Deletes a record.”
Delete a Record removes one record from your application, which keeps a table tidy when the source of that entry disappears elsewhere.
Get an Application
ActionIn Make“Retrieves an application.”
Get an Application returns the details of one QuintaDB application, handy when a later module needs information about the database itself rather than about its rows.
Get a Record
ActionIn Make“Retrieves a record.”
Get a Record fetches a single record when you already know which one you want, and passes all its values to the next module as one bundle.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call”
Make an API Call lets you reach any endpoint of the QuintaDB API from your scenario, using the connection you already created, so nothing is out of reach even without a ready-made module.
Update a Record
ActionIn Make“Updates an existing record.”
Update a Record rewrites an existing entry with new values, keeping one row per customer or project instead of piling up copies.
Update a Record's Cell
ActionIn Make“Updates the record's cell with the new value.”
Update a Record's Cell changes one single value in a record and leaves everything else untouched, the lightest way to flip a status or a date.
List Applications
SearchIn Make“Lists all applications for this account.”
List Applications gives you every application in the connected account, one bundle each, which is a quick way to check what Make can see.
List Fields in Form
SearchIn Make“Lists all fields in the selected form.”
List Fields in Form tells you which fields a selected form contains, so a scenario can adapt to the structure of the form instead of assuming it.
List Forms in Application
SearchIn Make“Lists all forms in the selected application.”
List Forms in Application returns all the forms of one application, a useful first step when your data lives across several forms such as clients, invoices and projects.
List Records
SearchIn Make“Retrieves the records from the table or report.”
List Records pulls the records of a table or a report into your scenario, which turns QuintaDB into a source for exports, digests or syncs with other tools.
List Reports in Table
SearchIn Make“Retrieves all reports in the selected table.”
List Reports in Table shows the saved reports of a chosen table, so you can see which filtered views already exist before reading data from one of them.
Search Records
SearchIn Make“Searches for records matching the chosen criteria in a selected table or report.”
Search Records finds the entries that match criteria you choose in a table or report, the safe step before any update or insert.
Need help automating QuintaDB with Make?
A person reads every message.