- Integrations
- /
- Baserow
Baserow
Open-source database ops on Baserow
Baserow is the open-source alternative to Airtable, same spreadsheet-as-database mental model, with the difference that you can self-host the whole thing if you want. Ten actions cover the row and field surface: Create Row, Get Row, Update Row, Delete Row, List Rows (with filter, sort, search), and the batch variants Batch Create Rows, Batch Update Rows, Batch Delete Rows (each accepts up to 200 rows in a single call), plus Get Table Fields for schema discovery. No triggers today (Baserow's webhook system is configurable per-table and we're shipping native trigger support in the next release). The integration uses a Baserow API token or JWT, scoped to the user's database permissions. Self-hosted Baserow instances work the same as Baserow Cloud, provide the instance URL at connection setup. Common patterns: bulk-sync a Stripe customer list into a Baserow table with Batch Create Rows (avoiding per-row overhead), or List Rows with a filter to pull every "needs follow-up" row into a daily Slack digest.
Do anything Baserow 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 |
|---|---|
| Batch Create Rows | Creates multiple rows in one API call — much more efficient than per-row Create Row for ingestion workflows. Up to ~200 rows per call. For "ingest CSV upload into Baserow" or "sync 500 leads from CRM" workflows, this is the right path. |
| Batch Delete Rows | Removes multiple rows by ID list. Useful for cleanup workflows — "delete all rows older than N days", "remove rows matching this status after archival to warehouse". |
| Batch Update Rows | Updates multiple rows in one call. Each entry has the row ID + the fields to change. Useful for sync workflows that reconcile Baserow with an external source (e.g., "update prices on 200 product rows from a price-list sync"). |
| Create Row | Inserts a single row into a Baserow table with field values keyed by field name or ID. For bulk ingestion (>20 rows), prefer Batch Create Rows which is significantly more efficient per-row. |
| Delete Row | Removes a specific row by ID. Irreversible. For bulk deletes, use Batch Delete Rows. For "soft delete" semantics, add a deleted_at field rather than hard-deleting so you can audit. |
| Get Row | Returns the row by ID with all field values typed per column. Use after List Rows or as a confirmation lookup before destructive operations. |
| Get Table Fields | Returns the column definitions for a table — each field's name, ID, type, and configuration (e.g., link to another table, formula, single/multi-select options). Useful at workflow-build time to validate field types before writes. |
| List Rows | Returns paginated rows with optional filtering using Baserow's filter syntax (field_id__equal, field_id__contains, etc.). For sync workflows pulling many rows, paginate with page_size=200 (the max). |
| List Tables | Returns every table in a Baserow database with name, ID, and row count. The lookup for resolving table IDs at workflow-build time and for inventorying database structure. |
| Update Row | Partial update on a row — only passed fields change. For bulk updates, prefer Batch Update Rows. Useful for "external event → update specific row field" workflows like "Stripe payment succeeded → mark this Baserow invoice row as paid". |
Pre-built Baserow 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 Baserow once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every Baserow 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 Baserow integration.
If we missed yours, ping support. We usually reply within an hour.
How do I connect Baserow to Tiny Command?
What Baserow triggers does Tiny Command support?
What Baserow actions can I run from a workflow?
Is the Baserow integration real-time?
Do I need to write code to use Baserow with Tiny Command?
How much does the Baserow integration cost?
More spreadsheets & databases apps people connect.
Same category as Baserow, ordered by how often teams pair them. Hover the carousel to pause.
Do more with Baserow.
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.