Create Database
SOFTR_CREATE_DATABASECreates a new data storage container within a Softr workspace, enabling solopreneurs to organize and manage custom data for their web applications without writing code.
Softr
21 actions for Softr workflows.
Operations are the actions a workflow can take in Softr, grouped by category. Each lists its method, parameters, and a template you can drop it into.
Create Database
SOFTR_CREATE_DATABASECreates a new data storage container within a Softr workspace, enabling solopreneurs to organize and manage custom data for their web applications without writing code.
Create Record
SOFTR_CREATE_RECORDCreates a new record in a Softr database table.
Create Table
SOFTR_CREATE_TABLETool to create a new table within a specified Softr database.
Create Table Field
SOFTR_CREATE_TABLE_FIELDTool to add a new field to a Softr table.
Delete database
SOFTR_DELETE_DATABASETool to delete a specific database by its ID from Softr.
Delete Record
SOFTR_DELETE_RECORDPermanently removes a specific record from a Softr database table, helping you keep your data clean and up-to-date.
Delete Table
SOFTR_DELETE_TABLETool to delete a specific table by its ID from a database.
Delete Table Field
SOFTR_DELETE_TABLE_FIELDTool to delete a field from a Softr database table.
Get Database
SOFTR_GET_DATABASETool to retrieve details for a specific database by ID.
Get Databases
SOFTR_GET_DATABASESTool to retrieve all databases available in the workspace.
Get Record
SOFTR_GET_RECORDFetches the complete data for a single record from a Softr database table using its unique ID, enabling quick access to specific details for review or updates.
Get records from table
SOFTR_GET_RECORDSTool to retrieve a paginated list of records from a Softr table.
Get Table
SOFTR_GET_TABLETool to retrieve details for a specific table by ID.
Get Table Field
SOFTR_GET_TABLE_FIELDTool to retrieve a specific field from a Softr table by field ID.
Get Table Views
SOFTR_GET_TABLE_VIEWSTool to retrieve all views for a specified table in a Softr database.
Get Tables
SOFTR_GET_TABLESRetrieves all tables within a specified Softr database.
Search Records
SOFTR_SEARCH_RECORDSTool to search records in a Softr database table with filtering and pagination.
Update a record
SOFTR_UPDATE_RECORDTool to update an existing record's field values in a Softr table.
Update Database
SOFTR_UPDATE_DATABASETool to update an existing database's name and/or description.
Update Table
SOFTR_UPDATE_TABLETool to update a table's name and/or description in Softr Database.
Update table field
SOFTR_UPDATE_TABLE_FIELDModifies the configuration of an existing field in a Softr table, such as renaming it or changing its data type or display options
Drop a trigger and an action into a template; approve from your phone; the workflow runs.