Airtable icon

Airtable

Airtable database workspace for bases, tables, records, fields, views, forms, and collaborators.

Helps with Airtable bases, tables, fields, records, comments, and record-change driven database workflows.

Sign in to connect Airtable

Sign in to connect an account and start using Airtable in your apps.

Example Use Cases

These are example ways Snow can use Airtable when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Create a record (Deprecated)

DEPRECATED: Use CreateRecords instead. Creates a new record in a specified Airtable table; field values must conform to the table's column types.

Create base

Creates a new Airtable base with specified tables and fields within a workspace.

Create Comment

Tool to create a comment on a specific Airtable record. Use when adding comments to records, mentioning collaborators using @

Create Field

Creates a new field within a specified table in an Airtable base.

Create multiple records (Deprecated)

DEPRECATED: Use AIRTABLE_CREATE_RECORDS instead. Creates multiple new records in a specified Airtable table.

Create Record From Natural Language

Creates a new record in an Airtable table from a natural language description. Fetches the table schema, uses an LLM to generate the correct field payload, and creates the record with typecast enabled for automatic type conversion.

Create records

Tool to create multiple records (up to 10) in a specified Airtable table. Use when you need to add new rows to a table with field values. Rate limit: 5 requests per second per base.

Create table

Creates a new table within a specified existing Airtable base, allowing definition of its name, description, and field structure.

Delete Comment

Tool to delete a comment from a record in an Airtable table. Use when you need to remove an existing comment. Non-admin users can only delete their own comments; Enterprise Admins can delete any comment.

Delete multiple records

Tool to delete up to 10 specified records from a table within an Airtable base. Use when you need to remove multiple records in a single operation.

Triggers

These are the trigger events currently available for Airtable.

Base Metadata Changed

Triggers when an existing Airtable base changes its name or permission level.

Base Schema Changed

Triggers when tables, fields, or views change in an Airtable base.

User Profile Changed

Triggers when the connected Airtable user's profile information changes.

View Created

Triggers when a new view is created in an Airtable base.

View Deleted

Triggers when a previously known Airtable view is deleted.

View Metadata Changed

Triggers when an Airtable view changes its name or type.