Airtable
Files & storageBearer tokencredential probe
Create records in Airtable (personal access token).
OCNORA ships 16 typed Airtable 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://api.airtable.com/v0 through the HTTP node with the same credential.
Triggers 1
- Record ChangedStart a run when a record is created, updated or deleted in a table.trigger.airtable_record
Operations 16
- Create FieldAdd a column to an Airtable table, with its type and type-specific options.airtable.create_field
- Create RecordCreate a record in an Airtable base/table.airtable.create_record
- Create Records (batch)Create many Airtable records in one step, chunked into Airtable's 10-records-per-request batches.airtable.create_records
- Create TableCreate a table in an Airtable base, with its initial set of fields.airtable.create_table
- Delete RecordDelete one Airtable record by its record id.airtable.delete_record
- Delete Records (batch)Delete many Airtable records by id in one step, chunked into Airtable's 10-records-per-request batches.airtable.delete_records
- Get Base SchemaRead a base's schema: every table with its id, primary field, fields and views.airtable.get_base_schema
- Get RecordRead one Airtable record by its record id, with its cell values.airtable.get_record
- List BasesList every Airtable base the connection's token can reach, one page at a time.airtable.list_bases
- List RecordsList records from an Airtable base/table.airtable.list_records
- Search RecordsSearch a table with a filterByFormula, a view, a sort order and Airtable's offset pagination, returning one page and the token for the next.airtable.search_records
- Update FieldRename an Airtable column, change its description, or change its type-specific options.airtable.update_field
- Update RecordUpdate a record's fields in an Airtable base/table (partial update).airtable.update_record
- Update Records (batch)Update many Airtable records by record id in one step, chunked into Airtable's 10-records-per-request batches.airtable.update_records
- Update TableRename an Airtable table or change its description.airtable.update_table
- Upsert RecordsUpdate Airtable records that match on chosen columns and create the ones that do not, using Airtable's performUpsert.airtable.upsert_records
Run your first Airtable 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.