Skip to content
Spreadsheets & DatabasesReal-timeUpdated May 2026

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.

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

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.

ActionWhat it does
Batch Create RowsCreates 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 RowsRemoves 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 RowsUpdates 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 RowInserts 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 RowRemoves 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 RowReturns 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 FieldsReturns 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 RowsReturns 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 TablesReturns 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 RowPartial 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".
Recipes

Pre-built Baserow 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 Baserow 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 Baserow 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 Baserow integration.

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

How do I connect Baserow to Tiny Command?
Open the Tiny Command workflow builder, drop in a Baserow node, and click Connect. Authorize Baserow once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Baserow triggers does Tiny Command support?
Tiny Command focuses on outbound actions for Baserow today. Use Tiny Command's universal Webhook or Schedule trigger to start Baserow workflows, then run any Baserow action you need.
What Baserow actions can I run from a workflow?
10 Baserow actions are available out of the box, covering spreadsheets & databases operations like "Batch Create Rows". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Baserow integration real-time?
Baserow actions execute synchronously inside your workflow. Tiny Command waits for Baserow'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 Baserow with Tiny Command?
No. Every Baserow 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 Baserow API endpoint directly.
How much does the Baserow 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 Baserow integration itself has no per-app surcharge.
Related

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.