- Home
- Resources
- Integrations
- AITable
AITable Make integrationAutomate AITable with Make.
Can a new AITable record or form entry start work in your other tools on its own? The AITable Make integration gives you 6 modules: 2 instant triggers, 3 actions and 1 search. This guide is for ops and marketing people who live in AITable and want a working scenario without writing code.
Verified Trustpilot reviews · AI, automation & growth agency
What does the AITable Make integration let you automate?
The AITable Make integration links your AITable account to Make, a visual tool where you chain apps together without code. AITable can wake a Make scenario the moment a record is created or a form is submitted, and Make can create, read, update or look up records in your datasheets in return.
Lead intake that sorts itself. A prospect fills in your AITable form, Watch New Form fires, and the answers travel to your CRM or your team chat. If the lead already sits in another datasheet, Search Records finds it first so nobody works it twice.
A status that stays in sync. When a deal changes stage in another app, Update a Record rewrites the matching AITable row by its record ID, so your datasheet reflects reality without anyone retyping it.
New rows that trigger follow-up. Watch New Record notices each row your team adds, and Get a Record pulls the full details when a later step needs them, for example to fill a welcome email.
What Make does not offer here: there is no Make an API Call module for AITable, so you are limited to these 6 modules. The same app often has an n8n node too; if you are weighing both tools, read n8n vs Make. To see what each Make plan includes, check Make pricing, and if you prefer to learn the editor properly, the Make training covers it from scratch.
How do you connect AITable to Make?
- 01
Copy your API token in AITable
In AITable, open your user account dashboard, click the Settings tab in the sidebar, then the API section. Copy the API token shown there. Make needs it to act on your behalf, and you need an active AITable account to see it.
- 02
Add an AITable module in Make
In your scenario, add any AITable module and click Create a connection. A connection is your AITable account linked to Make once, then reused by every AITable module. You can give it a name in Connection name, which is optional but handy once you have several connections.
- 03
Paste the token and save
Paste the token you copied into the credentials field, or follow the on-screen instructions, then confirm. Make now lists the datasheets it can reach, so you pick them from a menu instead of typing identifiers by hand.
Your first scenario with AITable and Make
GoalWhen someone submits your AITable form, Make creates a matching record in a second datasheet.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the big + to add its first module. A scenario is the chain of modules Make runs for you.
- 02
Add Watch New Form
Search for AITable, pick Watch New Form, click Create a webhook, then Create a connection and paste your API token.
- 03
Add Create a Record
Click the + to the right of the trigger and choose Create a Record. Select the target datasheet from the list and map the form answers into its fields.
- 04
Test with Run once
Click Run once, then submit a test entry in your form. Open the bubble above each module to read the bundle it received, meaning the single item passed along.
- 05
Switch it on
When the new record looks right, switch the scenario on. The trigger is instant, so each new form entry starts a run without waiting for a schedule.
Which AITable triggers can start a scenario?
2 modules start a scenario when something happens in AITable. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by AITable as soon as it happens.
Watch New Form
Instant triggerIn Make“Triggers when a form is submitted and received.”
Watch New Form starts your scenario every time someone submits an AITable form, handing Make the answers as one bundle. You get the submission itself, ready to route anywhere, instead of hunting for the new row afterwards.
Watch New Record
Instant triggerIn Make“Triggers when a new record is created.”
Watch New Record fires whenever a new row appears in AITable, whoever or whatever created it. It suits datasheets your team fills by hand, where a form is not the entry point, and turns each fresh row into a bundle Make can act on.
What can Make do in AITable?
AITable gives you 4 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“Creates a record in a datasheet.”
Create a Record adds a fresh row to the datasheet you pick, filled with data mapped from earlier modules. Your AITable base grows by itself as things happen in other apps.
Get a Record
ActionIn Make“Gets a record by record ID.”
Get a Record fetches one row when you already hold its record ID, giving later modules every value stored in it. Think of it as opening a known file rather than searching a cabinet.
Update a Record
ActionIn Make“Updates a record by record ID in datasheet.”
Update a Record rewrites an existing row, located by its record ID, with new values from your scenario. The datasheet stays current without anyone editing cells by hand.
Search Records
SearchIn Make“Returns records by fields or formula.”
Search Records looks through a datasheet by field values or by a formula and returns the matching rows, which can be none, one or many bundles. It is how you answer the question "does this already exist?" before acting.
Need help automating AITable with Make?
A person reads every message.