Resources · Make integration

AnyDB Make integrationAutomate AnyDB with Make.

Can Make react the moment a record changes in AnyDB? Yes. The AnyDB Make integration gives you 8 modules: 3 instant triggers and 5 actions. This page is for teams who know AnyDB and are new to Make, and it walks you from the API key to a working first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the AnyDB Make integration automate?

The AnyDB Make integration links your AnyDB account to Make, a tool where you build a scenario (a chain of steps that runs on its own) out of modules, one brick per step. AnyDB tells Make when a record is created or changed, and Make can then create records and pages, move a record or upload a file back into AnyDB, with no code.

Records filed where they belong. A sales team logs every lead as a record in an intake area. Watch for new record fires when one appears, and Move record attaches it to the parent of the right region, so nobody sorts the list by hand.

A page for every project that gets approved. Watch a record for updates keeps an eye on specific cells, such as a status column. When the status changes, Create a page opens the project page, ready for the kickoff notes.

Files that land next to their record. An agency receives signed documents from another app, and Upload a file drops each one into the right team, database and item in AnyDB.

What the listed modules do not cover, Make an API Call can reach through the same connection. Keep in mind that Make's own AnyDB documentation is flagged as AI-generated, so confirm any important detail with AnyDB. If you also weigh n8n, the n8n vs Make comparison lays out the criteria, the Make pricing page explains plans, and Make training helps you go further.

Connect

How do you connect AnyDB to Make?

  1. 01

    Copy your API key from AnyDB

    Log in to AnyDB and open the profile dialog. Find the API key section and copy the key shown there. You need an active AnyDB account for this.

  2. 02

    Add an AnyDB module in Make

    In your scenario, add any AnyDB module and click Create a connection. The connection is your AnyDB account linked to Make once, then reused by every AnyDB module you add later.

  3. 03

    Paste the key and save

    Give the connection a clear label in Connection name if you like (it is optional), paste the API key, then follow the on-screen instructions. Make now lists what it can read in your AnyDB account.

First scenario

Your first scenario with AnyDB and Make

GoalWhen a new record appears in an AnyDB intake location, Make moves it under the parent where your team works on it.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the big + to place the first module. Search for AnyDB by name.

  2. 02

    Add Watch for new record

    Pick Watch for new record, click Create a webhook, then link your account with Create a connection. Choose the intake location Make should watch.

  3. 03

    Add Move record

    Click the + on the right of the trigger, add Move record and map the record from the trigger. Pick the new parent: a different location from the one you watch.

  4. 04

    Test with Run once

    Click Run once, then create a test record in AnyDB. Open the bubbles above each module to read the bundle it received, one bundle per record.

  5. 05

    Switch it on

    When the test looks right, switch the scenario on. Since the trigger is instant, the scenario starts as soon as AnyDB calls Make, with no waiting for a schedule.

Triggers

What starts an AnyDB scenario

3 modules start a scenario when something happens in AnyDB. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by AnyDB as soon as it happens.

AnyDB1Watch a record for updates

Watch a record for updates

Instant trigger

In Make“This allows monitoring a data document and specific cells for updates”

Pick one AnyDB record and the cells that matter, and this trigger starts your scenario whenever one of them changes. You get the updated record as a bundle, ready to feed the next module, instead of a notice about everything in the database.

How it fires
instant, AnyDB calls Make through a webhook as soon as the change happens.
When to use it
a budget or status cell that should kick off a follow-up, like opening a page once a project is approved.
Watch out
it follows one record, so it is the wrong pick for spotting new records across a location.
AnyDB2Watch children of a record for changes

Watch children of a record for changes

Instant trigger

In Make“This allows monitoring for changes in children of a record”

This one watches a parent record and reacts when anything attached underneath it changes. It suits a record that acts as a folder, where the real work happens in the child records rather than in the parent itself.

How it fires
instant, AnyDB notifies Make through a webhook the moment a child changes.
When to use it
a client record with its tasks attached below, where any task edit should update a tracker or alert the account manager.
Watch out
to catch edits on the parent's own cells, use Watch a record for updates.
AnyDB3Watch for new record

Watch for new record

Instant trigger

In Make“Monitors for a new data document creation in the specified location”

Whenever a new data document is created in the location you choose, this trigger hands it to Make. It is the natural starting point for intake flows: new lead, new request, new ticket.

How it fires
instant, AnyDB calls Make through a webhook as soon as the record is created.
When to use it
routing, notifying or enriching each record the moment someone adds it to an intake area.
Watch out
if a later module creates or moves records into that same location, the scenario can trigger itself again, so always write to a different place.
Modules

What AnyDB can do in a Make scenario

AnyDB gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

AnyDB1

Create a page

Action

In Make“Create an AnyDB Page”

This action adds a fresh AnyDB page from your scenario, so a workspace for notes and context exists before anyone asks for it.

When to use it
a deal is won or a project is approved and the team needs its page straight away.
Watch out
a page is not a data document; to store structured cell values, choose Create a record.
AnyDB2

Create a record

Action

In Make“Create an AnyDB data document with the supplied cell data”

Create a record writes a new AnyDB data document and fills its cells with values mapped from earlier modules, such as a form reply or a row from another app.

When to use it
every time data born elsewhere should live in AnyDB as a structured entry.
Watch out
writing into a location watched by Watch for new record in the same scenario can set it off again, so write somewhere else.
AnyDB3

Make an API Call

Action

In Make“Performs arbitrary authorized API Call”

When none of the other modules does what you need, this one sends your own authorized request to the AnyDB API, reusing the connection you already created.

When to use it
an operation AnyDB supports in its API but that has no dedicated module in Make.
Watch out
you write the request yourself, so keep AnyDB's API documentation open while you set it up.
AnyDB4

Move record

Action

In Make“This will move an AnyDB record to another location (attach to a different parent)”

Move record takes an existing AnyDB record and attaches it to a different parent, so the work changes place without being copied.

When to use it
a lead moves from intake to a region, or a task moves from backlog to an active project.
Watch out
map the record coming from the trigger, otherwise Make does not know which one to move.
AnyDB5

Upload a file

Action

In Make“This action will upload a file to the specified location defined by the Team, Database and an Item.”

Upload a file puts a document from your scenario into AnyDB, at the spot you define by team, database and item, so the file sits right next to the data it belongs to.

When to use it
a contract or invoice produced in another app should end up attached to its client item.
Watch out
on the Free plan, Make handles files up to 5 MB.
Need help

Need help automating AnyDB with Make?

A person reads every message.

FAQ

AnyDB and Make: common questions

01Is the AnyDB Make integration free?
Yes, on the Make side. AnyDB is a standard app, so it works on the Free plan, which allows 2 active scenarios, runs of up to 5 minutes, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) remove the cap on active scenarios and allow runs of up to 40 minutes. Make counts usage in operations: one module running on one bundle. You still need an active AnyDB account, and its subscription is set by AnyDB, not by Make.
02What is needed to connect AnyDB to Make?
Two things: an active AnyDB account and its API key. In AnyDB, open the profile dialog, find the API key section and copy the key. In Make, add an AnyDB module, click Create a connection, optionally name it, and paste the key. For one of the instant triggers, click Create a webhook before creating the connection. The connection is then reused by every AnyDB module in your scenarios, so you only do this once.
03Does the AnyDB trigger in Make react in real time?
Yes. All three AnyDB triggers, Watch a record for updates, Watch children of a record for changes and Watch for new record, are instant. AnyDB calls Make through a webhook as soon as the event happens, so the scenario does not wait for a polling interval. That is different from scheduled triggers, which Make checks on the scenario's schedule, every 15 minutes by default. The only thing to remember is the extra Create a webhook step when you add the trigger.
04What if an AnyDB module is missing in Make?
Use Make an API Call. It lets the scenario call any endpoint of the AnyDB API with the connection you already have, which covers operations the other 7 modules do not. You write the request yourself, so AnyDB's API documentation is your reference. Also note that Make's AnyDB documentation is marked as AI-generated from AnyDB's own documentation and may contain mistakes; when a detail matters, check it with AnyDB directly before relying on it.
05Should AnyDB be automated with Make or n8n?
It depends on your criteria, not on a winner. On Make, AnyDB offers 8 ready modules, three of them instant triggers, plus Make an API Call for the rest, all set up from a visual editor with a free plan to start. Many apps also have an n8n node, so check whether AnyDB is one of them before comparing. Then weigh which tool your team already uses, which other apps sit in the same workflow and how each one counts usage. Neither is ranked here.