App
Grist
Grist combines the flexibility of a spreadsheet with the robustness of a database to organize your data, your way.
What your agent can do with Grist
Triggers and actions 4 triggers · 21 actions
- TriggerNew or Updated Record
Triggered when a row in a Grist table is created or updated.
- TriggerNew or Updated Record (Instant)
Triggers when a Record is updated, or a new Record is added.
- TriggerNew Record
Triggered when a new row is added to a Grist table.
- TriggerNew Record (Instant)
Triggers when a new Record is created
- ActionAdd Column
Adds a column to a table in a Grist document.
- ActionAdd Table
Creates a new table in a Grist document, optionally with a starting set of columns.
- ActionCreate Document
Creates a new document in a Grist workspace and returns its document ID.
- ActionCreate or Update Record
Adds a row to a Grist table, or updates the existing row when the match column already holds the match value. Returns the row ID.
- ActionCreate Record
Adds a new row to a Grist table and returns its row ID.
- ActionCreate Workspace
Creates a new workspace in a Grist organization and returns its ID.
- ActionDelete Document
Deletes a Grist document permanently.
- ActionDelete Records
Deletes one or more rows from a Grist table by row ID.
- ActionDelete Workspace
Deletes a Grist workspace along with every document inside it.
- ActionFind Record
Searches a Grist table for a row whose column holds a given value and returns that row's ID and column values.
- ActionGet Document
Returns the details of one Grist document — its name, web address, workspace, and organization.
- ActionGet Org
Returns the details of one Grist organization (team site) — its name, subdomain, owner, and your access level.
- ActionGet Workspace
Returns the details of one Grist workspace, including the documents it contains.
- ActionList Columns
Returns the columns of a Grist table, with each column's ID, label, and type.
- ActionList Orgs
Returns every Grist organization (team site) this connection can reach.
- ActionList Tables
Returns the tables in a Grist document.
- ActionList Workspaces
Returns the workspaces in a Grist organization, each with the documents it contains.
- ActionRun SQL Query
Runs a read-only SELECT statement against a Grist document and returns the rows.
- ActionUpdate Document
Renames a Grist document or changes whether it is pinned. Anything left blank stays as it is.
- ActionUpdate Record
Changes the column values of one row in a Grist table. Columns left blank keep their current values.
- ActionUpdate Workspace
Renames a Grist workspace.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Grist API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.