
Activepieces lets you connect Baserow with the most popular apps, so you can automate your work and have more time for what matters most - no code required.
Start free
Triggers when a new row is created in a Baserow table.

Triggers when a row is deleted from a Baserow table.

Triggers when new rows are created in a Baserow table. Returns all rows from the event as a single batch.

Triggers when rows are deleted from a Baserow table. Returns all deleted row IDs from the event as a single batch.

Triggers when an existing row is updated in a Baserow table.

Triggers when a row is created, updated, or deleted in a Baserow table. To react to only one event type, use the dedicated New Row, Updated Row, or Deleted Row triggers.

Triggers when existing rows are updated in a Baserow table. Returns all rows from the event as a single batch.

Creates a new row in a table.

Lists rows from a table with optional search, sorting, and filtering.

Updates fields in an existing row. Empty values are skipped. To clear a field, use Clean Row.

Deletes an existing row.

Creates multiple rows in a single request. Accepts up to 200 rows.

Deletes multiple rows in a single request. Accepts up to 200 row IDs.

Uploads a file to Baserow from a URL. Returns the uploaded file object that can be used in file fields. Requires Email & Password (JWT) authentication — Database Tokens do not have access to the user-files endpoint.

Gets a single row by its ID from a table.

Finds a row by matching a field value. Returns the first match.

Creates a new row or updates an existing one by matching a field value.

Sets all fields in a row to empty/null. To update only specific fields, use Update Row instead.

Updates multiple rows in a single request. Each row must include an "id" field. Accepts up to 200 rows.

Calculates an aggregation (sum, average, min, max, count, etc.) over all values of a field in a grid view.

Make a custom API call to a specific endpoint