← All apps

Automate Baserow for free on Stepper

Visit Baserow

Baserow is an open-source no-code database platform that lets you create databases without technical knowledge. Manage rows, collaborate in real time, and automate workflows with the Baserow API.

I want to integratewithSee how to connect Baserow to ...

Triggers available for Baserow on Stepper

Row Created

Triggers when a new row is created in a Baserow table.

  • 1 parameters

Row Created or Updated

Triggers when a row is either created or updated in a Baserow table.

  • 1 parameters

Actions available for Baserow on Stepper

Create Row

Creates a new row in a Baserow table. Dynamically loads the table's columns as input fields based on the selected table.

  • 1 parameters

Update Row

Updates an existing row in a Baserow table. Only fields with provided values are updated. Dynamically loads the table's columns as input fields.

  • 2 parameters

Delete Row

Permanently deletes a row from a Baserow table. This action cannot be undone.

  • 2 parameters

Get Row

Retrieves a single row from a Baserow table by its row ID. Returns all field values using user-friendly field names.

  • 2 parameters

List Rows

Retrieves a paginated list of rows from a Baserow table. Supports server-side search to filter rows by text content.

  • 2 parameters

Make HTTP Request

Make an HTTP request to any URL with full control over method, headers, and body.