SeaTable
Databases & warehousesAPI keycredential probe
Read and write SeaTable base rows, links, files and webhooks.
OCNORA ships 18 typed SeaTable operations and 1 trigger. 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://cloud.seatable.io through the HTTP node with the same credential.
Triggers 1
- Row EventStart a run when a row is added, changed or deleted in a SeaTable base.trigger.seatable_event
Operations 18
- Append RowsAdd one or more rows to a table, keyed by column name; the result reports how many of them SeaTable actually inserted.seatable.append_rows
- Create Row LinksLink rows across two tables through a link column; SeaTable rejects the whole request if any of the links already exists.seatable.create_row_links
- Create WebhookRegister a webhook so SeaTable posts every change in this base to a workflow's trigger.webhook ingress URL.seatable.create_webhook
- Delete Row LinksUnlink rows through a link column and report how many links actually went.seatable.delete_row_links
- Delete RowsDelete one or more rows from a table by their row ids.seatable.delete_rows
- Delete WebhookRemove a webhook so SeaTable stops posting this base's changes.seatable.delete_webhook
- Get File Download LinkTurn a stored asset path into a temporary, downloadable URL.seatable.get_file_download_link
- Get MetadataRead the base's structure: its tables, their columns and views, and the internal table and link ids the link operations need.seatable.get_metadata
- Get RowRead a single row by its row id, with every column it carries.seatable.get_row
- Get Upload LinkMint a short-lived upload target for this base, together with the parent and relative paths an upload has to send back.seatable.get_upload_link
- List Row LinksRead the rows linked to each of the given rows through one link column.seatable.list_row_links
- List RowsRead one page of rows from a table, or from one of its views.seatable.list_rows
- List WebhooksList the webhooks registered on this base; needs an account token.seatable.list_webhooks
- Query SQLSearch a base with SeaTable's SQL dialect, binding workflow values through ? placeholders rather than string concatenation.seatable.query_sql
- Update Row LinksReplace each addressed row's links in one link column with the given set.seatable.update_row_links
- Update RowsUpdate one or more existing rows, each addressed by its row id.seatable.update_rows
- Update WebhookRepoint an existing webhook at another URL, or rotate its signing secret; SeaTable wants the URL on either change.seatable.update_webhook
- Upload FileUpload a file into the base's asset store and return the values a file column or an image column stores for it.seatable.upload_file
More in Databases & warehouses
Run your first SeaTable 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.