Softr Integration
Connect Softr to Arahi's no-code AI developers and automate workflows in minutes.
About the Softr integration
The easiest way to build custom apps and portals from Airtable, in minutes. #nocode required. With Arahi AI, you can connect Softr to Algolia, Assembla, Auth0 (Management API) and 1,500+ other apps using AI-powered workflows. No coding required — set up triggers, actions, and intelligent automation in minutes.
- Category
- Developer Tools
- Authentication
- keys
Softr automation use cases
- CI failure → on-call page
- Page the on-call engineer when a Softr pipeline fails on main — no manual triage.
- PR ready-for-review broadcast
- Ping the right reviewer in Slack when a Softr PR is ready, based on code-owners or labels.
- Release notes generation
- Generate release notes from merged Softr PRs with Conventional Commits parsing.
- Issue sync across trackers
- Mirror Softr issues to Linear, Jira, or Asana with bidirectional status sync.
Softr workflow examples
- Create Softr records from Typeform intake
A Typeform application triggers Create Record in Softr so the submission appears in the client portal as a pending application for review.
Typeform application submission runs Softr Create Record action.
- Spin up a new client database in Softr
When a new HubSpot deal closes, call Create Database in Softr to provision a dedicated workspace for the client with the right tables.
HubSpot deal won triggers Softr Create Database for new client.
- Remove churned portal users with Delete Record
When Stripe marks a subscription canceled, use Delete Record in Softr to revoke the client's portal access record within five minutes.
Stripe subscription canceled triggers Softr Delete Record for user.
Softr actions
- Create Database
- Tool to create a new database in a Softr workspace. Use when you need to set up a new database for storing data within a specific Softr workspace.
- Create Record
- Creates a new record in a Softr database table. Use when you need to add new data to a specific table in your Softr database.
- Create Table
- Tool to create a new table within a specified Softr database. Use when you need to add a new data structure with custom fields to organize information.
- Create Table Field
- Tool to add a new field to a Softr table. Use when you need to add a new column to an existing table, such as adding an email field, a text field, or any other field type to store additional data.
- Delete database
- Tool to delete a specific database by its ID from Softr. Use when you need to remove a database. The database must be empty unless the 'force' parameter is set to true. This operation is irreversible.
- Delete Record
- Tool to delete a record from a Softr database table. Use when you need to permanently remove a specific record.
- Delete Table
- Tool to delete a specific table by its ID from a database. Use when you need to remove a table. The table must be empty unless the force parameter is set to true.
- Delete Table Field
- Tool to delete a field from a Softr database table. Use when you need to remove a field from a table. Returns success confirmation upon completion.
- Get Database
- Tool to retrieve details for a specific database by ID. Use when you need to fetch information about a particular database in Softr.
- Get Databases
- Tool to retrieve all databases available in the workspace. Use when you need to list or discover available databases for further operations.
- Get Record
- Tool to retrieve a single record by its ID from a Softr database table. Use when you need to fetch detailed information about a specific record.
- Get records from table
- Tool to retrieve a paginated list of records from a Softr table. Use when you need to fetch records from a specific table with optional pagination parameters.
- Get Table
- Tool to retrieve details for a specific table by ID. Use when you need to inspect table structure, fields, or metadata.
- Get Table Field
- Tool to retrieve a specific field from a Softr table by field ID. Use when you need detailed configuration information about a table field, including its type, options, and metadata.
- Get Table Fields
- Tool to retrieve all fields for a specific table in a Softr database. Returns comprehensive field information including id, name, type, options, and metadata. Use when you need to inspect or work with table structure.
- Get Tables
- Retrieves all tables within a specified Softr database. Use when you need to list or explore the tables available in a database.
- Get Table Views
- Tool to retrieve all views for a specified table in a Softr database. Use when you need to list or inspect available views for a table.
- Search Records
- Tool to search records in a Softr database table with filtering and pagination. Use when you need to retrieve records from a specific table, optionally filtered by field values and paginated for large result sets.
- Update Database
- Tool to update an existing database's name and/or description. Use when you need to modify database metadata after creation.
- Update a record
- Tool to update an existing record's field values in a Softr table. Use when you need to modify specific fields of a record by providing the database ID, table ID, record ID, and the new field values.
- Update Table
- Tool to update a table's name and/or description in Softr Database. Use when you need to modify table metadata. To modify fields, use the field-specific endpoints instead.
- Update table field
- Updates an existing field in a Softr table. Use when you need to modify a field's name, type, or configuration options. Note: The API requires both 'type' and 'options' fields even if only updating the name.