Stackby
Databases & warehousesAPI keycredential probe
Read and write the rows of a Stackby stack's tables, and list a table's views, through the v1 Developer API.
OCNORA ships 6 typed Stackby operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://stackby.com/api/v1 through the HTTP node with the same credential.
Operations 6
- Create RowsInsert up to ten rows into a table in one call.stackby.create_rows
- Delete RowsDelete up to ten rows of a table, named by their Stackby row ids.stackby.delete_rows
- Get RowRead one row of a table by its Stackby row id.stackby.get_row
- List RowsFetch rows from a table, with an optional Stackby filter expression, sort, view and page window.stackby.list_rows
- List ViewsList one table's views, whose names a row listing can be filtered by.stackby.list_views
- Update RowsPatch up to ten rows in place, each identified by the Stackby row id carried inside it.stackby.update_rows
More in Databases & warehouses
Run your first Stackby workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.