INTEGRATION
Airtable actions
Manage bases, tables, and records in Airtable
- Actions
- 8
- Maintained by
- Flomation
Every Airtable action
- Base: Get SchemaGet the schema of a base: its tables, and each table's fields (name, type, options) and views. Requires the schema.bases:read scope. Returns the tables array.
- Base: ListList the Airtable bases the token can access, with their IDs and permission levels. Optionally filter by permission level. Requires the schema.bases:read scope.
- Record: CreateCreate a record in an Airtable table. Set fields as simple key/value rows or as a JSON object for typed values (arrays, linked records, attachments). Returns the new record and its ID.
- Record: Create or UpdateUpsert a record: Airtable updates the record whose Match Fields equal the given values, or creates a new one if none match. Returns the record and whether it was created.
- Record: DeleteDelete a record from an Airtable table by its record ID. Returns the deleted record ID.
- Record: GetRetrieve a single record from an Airtable table by its record ID. Returns the record and its fields.
- Record: ListList or search records in an Airtable table. Filter with a formula, sort, restrict to a view, project fields, and page through results (or return all). Returns matching records.
- Record: UpdateUpdate fields on an existing Airtable record by its record ID. Only the supplied fields change. Returns the updated record.
Wire Airtable into the rest of your stack
Every action here drops onto the canvas alongside the other 3,585, so a Airtable step can sit between a form, a database and a message without any glue code.
