Automate SeaTable for free on Stepper

SeaTable is a collaborative no-code database platform that combines the simplicity of a spreadsheet with the power of a database. Create tables, manage rows, and automate workflows with the SeaTable API.

I want to integratewithSee how to connect SeaTable to ...

Triggers available for SeaTable on Stepper

New Row

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

  • 1 parameter s

Updated Row

Triggers when an existing row is modified in a SeaTable table.

  • 1 parameter s

New or Updated Row

Triggers when a row is either created or modified in a SeaTable table.

  • 1 parameter s

Actions available for SeaTable on Stepper

Create Row

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

  • 1 parameter s

Update Row

Updates an existing row in a SeaTable table. Only the columns you provide values for will be updated.

  • 2 parameter s

Delete Row

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

  • 2 parameter s

Get Row

Retrieves a single row from a SeaTable table by its row ID. Returns all column values.

  • 2 parameter s

List Rows

Retrieves rows from a SeaTable table. Supports filtering with SQL WHERE clauses and pagination.

  • 2 parameter s

Make HTTP Request

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