- Home
- Resources
- Integrations
- Restdb.io
Restdb.io Make integrationAutomate Restdb.io with Make.
What if your Restdb.io database filled itself from the tools your team already uses? The Restdb.io Make integration gives you 19 modules, 15 actions and 4 searches, to write, read and clean documents without code. This page shows how to connect your account and build a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Restdb.io Make integration do for you?
The Restdb.io Make integration links your database to Make, so a scenario (the automation you build in Make, a chain of modules) can create, read, update and delete documents and media objects for you. Each module is one brick of that chain, and your Restdb.io account is linked once through a connection.
A database that stays current on its own. A web form or a shop passes a new entry to the scenario, Create a Document stores it in the right collection, and Send an Email tells the person in charge. Nobody copies anything by hand.
Records that follow the rest of your stack. When a deal moves in your CRM, Update a Document Property changes the status of the matching record, and Delete a Document removes the ones that were cancelled.
Media that stay in order. Create a Media Object keeps attachments next to the records they belong to, List Media Objects shows what exists, and Delete a Media Object tidies up what is no longer used.
One limit shapes every scenario: Restdb.io has no trigger in Make. A scenario therefore starts from another app, or from its own schedule, and then works inside your database. If you need something the listed modules skip, Make an API Call can call any part of the Restdb.io API with the same connection.
New to the editor? The Make training walks through the basics, Make troubleshooting helps when a run fails, and n8n vs Make sets the two tools side by side.
How do you connect Restdb.io to Make?
- 01
Copy your database URL and API key
In your Restdb.io dashboard, click Databases and copy the database URL. Then click Manage on that database, open the API tab and copy the key labeled as the full access API key.
- 02
Add a Restdb.io module in Make
Log in to Make, add any Restdb.io module to your scenario and click Create a connection. The Connection name field is optional: a clear name helps when you run several databases.
- 03
Paste your credentials
Enter the credentials you copied from Restdb.io, or follow the instructions on screen, and save. Every Restdb.io module of your scenarios can now reuse this connection without asking again.
Your first scenario with Restdb.io
GoalWhen another app sends a new entry to Make, Make stores it as a Restdb.io document and emails the person in charge.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + to add the first module. Since Restdb.io has no trigger, this first module comes from the app that holds the new entries.
- 02
Add Create a Document
Click the + on the right of the first module, search for Restdb.io and pick Create a Document. Click Create a connection if your account is not linked yet.
- 03
Map the entry
Choose the collection, then map each value from the previous module into the document. Make shows what it can read in your database once the connection exists.
- 04
Add Send an Email
Click the + again and add Send an Email. Map the values of the new document into the message, so the reader sees what just arrived.
- 05
Test with Run once
Click Run once and look at the bundles each module received (a bundle is one item passing from a module to the next). Check the new document in Restdb.io.
- 06
Schedule and switch on
Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. Each module run on one bundle counts as one operation on your plan.
What each Restdb.io module does
Restdb.io gives you 19 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Create a Document
- Create a Document in Subcollection
- Create a Media Object
- Delete a Document
- Delete a Document by Query
- Delete a Media Object
- Download a Media Object
- Get a Document
- Get a Media Object
- Get Collection Metadata
- Get Database Metadata
- Make an API Call
- Send an Email
- Update a Document
- Update a Document Property
- Get a Document from Subcollection
- List Collection Documents
- List Media Objects
- List Subcollection Documents
Create a Document
ActionIn Make“Creates a new document in a collection.”
Get a new record in your database without typing it: this module writes one document into the collection you choose, filled with data mapped from earlier modules.
Create a Document in Subcollection
ActionIn Make“Creates a new document in subcollection.”
Attach a child record to a parent document: the new entry goes into a subcollection, so an order line sits under its order or a comment under its ticket.
Create a Media Object
ActionIn Make“Creates a new media object.”
Store content coming from another app, such as an email attachment, as a new media object in your Restdb.io database, close to the records that use it.
Delete a Document
ActionIn Make“Deletes an existing document from collection.”
Keep the database free of dead records by removing one document you already know from its collection.
Delete a Document by Query
ActionIn Make“Deletes an existing document by query.”
Remove a document by describing it with a query instead of naming it, which helps when you know one of its values but not the document itself.
Delete a Media Object
ActionIn Make“Deletes an existing media object.”
Tidy your database by removing a media object you no longer need once the record it went with is gone.
Download a Media Object
ActionIn Make“Downloads an existing media object.”
Pull the actual content of a media object out of Restdb.io, so another module can attach it to an email or store it in another tool.
Get a Document
ActionIn Make“Retrieves an existing document.”
Read one document in full when you already know which one you want, and hand its values to the rest of the scenario.
Get a Media Object
ActionIn Make“Retrieves an existing media object.”
See what a media object is before acting on it: the module retrieves its record, and later modules can map its details.
Get Collection Metadata
ActionIn Make“Retrieves metadata of an existing collection.”
Learn how Restdb.io describes one collection, which helps when a scenario has to adapt to the structure it writes into.
Get Database Metadata
ActionIn Make“Retrieves metadata of an existing database.”
Get the big picture of your whole Restdb.io database in one bundle, rather than looking collection by collection.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Call any part of the Restdb.io API from your scenario, with the same connection, when no listed module does what you need.
Send an Email
ActionIn Make“Sends an email.”
Tell someone what just happened by sending an email from the Restdb.io module itself, with no separate mail app in the flow.
Update a Document
ActionIn Make“Updates an existing document.”
Rewrite an existing document with fresh values, so the database reflects what just changed in another tool.
Update a Document Property
ActionIn Make“Updates property of the existing document.”
Change a single property of a document, a status or a date for example, and leave everything else as it was.
Get a Document from Subcollection
SearchIn Make“Retrieves a document from a subcollection.”
Fetch one child document from a subcollection, the way you would open a single line under an order.
List Collection Documents
SearchIn Make“Lists documents in existing collection.”
Browse the documents of a collection and pass them to the next modules one bundle at a time.
List Media Objects
SearchIn Make“Lists media objects in database.”
Obtain the list of media objects stored in your database, each one handed on as its own bundle.
List Subcollection Documents
SearchIn Make“Lists documents from subcollection.”
Walk through every document under a parent record, turning a subcollection into a series of bundles you can process.
Need help automating Restdb.io with Make?
A person reads every message.