- Integrations
- /
- NocoDB
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.
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.
| Action | What it does |
|---|---|
| Create NocoDB Row | Inserts 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 Row | Removes a specific row by ID. For cleanup workflows or for "row processed → delete from queue table" patterns. |
| Get NocoDB Row | Returns a row by ID with all field values. The standard lookup before update workflows or for fetching the latest state. |
| List NocoDB Rows | Paginated rows with NocoDB's filter syntax. For sync workflows that mirror NocoDB tables to other systems. |
| Update NocoDB Row | Partial update — only passed fields change. For "external event → update specific row field" sync patterns. |
Pre-built NocoDB workflows.
Clone any recipe and customize it in one click. Every recipe is fully editable.
Three things worth knowing.
Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.
Connect NocoDB once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every NocoDB field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.
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?
What NocoDB triggers does Tiny Command support?
What NocoDB actions can I run from a workflow?
Is the NocoDB integration real-time?
Do I need to write code to use NocoDB with Tiny Command?
How much does the NocoDB integration cost?
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.