Skip to content
Spreadsheets & DatabasesReal-timeUpdated May 2026

NocoDB

NocoDB self-hosted Airtable-style database

NocoDB is the open-source Airtable alternative — a no-code database UI on top of any SQL backend (Postgres, MySQL, SQLite, MSSQL), used by teams that want Airtable's flexibility without the per-row pricing or vendor lock-in. Tiny Command exposes five actions, no triggers (NocoDB has outbound webhooks configurable in the table settings UI rather than via API; point them at a Tiny Command webhook trigger for row-change events): List Rows (with NocoDB's where filter syntax: `(name,eq,Acme)~or(status,eq,active)`), Get Row by ID, Create Row, Update Row, Delete Row. The connection takes the NocoDB instance URL (self-hosted or NocoDB Cloud) plus an API token from the user account; tokens scope at user permissions. Because NocoDB sits on top of an underlying SQL database, the table schema is stable across renames at the UI level (the underlying column names persist). Workflows that sync data between NocoDB and other systems treat the NocoDB row ID as the stable join key.

0triggers
5actions
≈ 2 minto set up
Freetier · no card
Actions

Do anything NocoDB can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Create NocoDB RowInserts a row into a NocoDB table with field values. NocoDB sits on top of a SQL backend, so the row persists in your underlying database.
Delete NocoDB RowRemoves a specific row by ID. For cleanup workflows or for "row processed → delete from queue table" patterns.
Get NocoDB RowReturns a row by ID with all field values. The standard lookup before update workflows or for fetching the latest state.
List NocoDB RowsPaginated rows with NocoDB's filter syntax. For sync workflows that mirror NocoDB tables to other systems.
Update NocoDB RowPartial update — only passed fields change. For "external event → update specific row field" sync patterns.
Recipes

Pre-built NocoDB workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect NocoDB once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every NocoDB field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the NocoDB integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect NocoDB to Tiny Command?
Open the Tiny Command workflow builder, drop in a NocoDB node, and click Connect. Authorize NocoDB once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What NocoDB triggers does Tiny Command support?
Tiny Command focuses on outbound actions for NocoDB today. Use Tiny Command's universal Webhook or Schedule trigger to start NocoDB workflows, then run any NocoDB action you need.
What NocoDB actions can I run from a workflow?
5 NocoDB actions are available out of the box, covering spreadsheets & databases operations like "Create NocoDB Row". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the NocoDB integration real-time?
NocoDB actions execute synchronously inside your workflow. Tiny Command waits for NocoDB's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use NocoDB with Tiny Command?
No. Every NocoDB trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any NocoDB API endpoint directly.
How much does the NocoDB integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The NocoDB integration itself has no per-app surcharge.
Related

More spreadsheets & databases apps people connect.

Same category as NocoDB, ordered by how often teams pair them. Hover the carousel to pause.

Do more with NocoDB.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.