← All apps

Automate SeaTable for free on Stepper

Visit SeaTable

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 parameters

Updated Row

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

  • 1 parameters

New or Updated Row

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

  • 1 parameters

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 parameters

Update Row

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

  • 2 parameters

Delete Row

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

  • 2 parameters

Get Row

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

  • 2 parameters

List Rows

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

  • 2 parameters

Make HTTP Request

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