Skip to main content
Airtable
Airtable
29 actions · 2 auth methods
DocumentsIAM

Authentication

Personal Access Token

Best for single-user integrations and scripts. Scoped tokens let you limit access to specific bases and actions.Guides: Connector Profile, Link Account

OAuth 2.0

Requires registering an OAuth app. Uses PKCE with granular scopes per base.Guides: Connector Profile, Link Account
Actions
|
29 actions
Action
Description
Required scopes
List Bases
Lists all bases the user has access to.
Create Base
Creates a new base in a workspace with tables and fields.
Get Base Schema
Retrieves the schema of tables in a base.
List Comments
Lists comments on a record.
Create Comment
Creates a comment on a record.
Update Comment
Updates an existing comment.
Delete Comment
Deletes a comment from a record.
Create Field
Creates a new field in a table.
Update Field
Updates a field’s name or description.
Get Unified Credentials
Get the current Airtable connection’s unified credentials and identity.
List Unified Resource Types
List unified resource types in Airtable.
List Unified Resource Users
List unified resource users in Airtable.
List Unified Roles
List unified roles in Airtable.
Get Unified Role
Get a unified Airtable role by ID.
List Records
Lists records in a table with filtering and sorting options.
Get Record
Retrieves a single record by ID.
Create Records
Creates one or more records in a table.
Update Record
Updates a single record (partial update).
Replace Record
Replaces a record (destructive update clearing unspecified fields).
Update Multiple Records
Updates multiple records in a single request.
Delete Record
Deletes a single record from a table.
Create Table
Creates a new table in a base.
Update Table
Updates a table’s name or description.
Get Current User
Retrieves the authenticated user’s ID and email address.
List Webhooks
Lists all webhooks registered for a base.
Create Webhook
Creates a new webhook for a base.
Refresh Webhook
Refreshes a webhook to extend its expiration time.
Delete Webhook
Deletes a webhook from a base.
List Webhook Payloads
Lists payloads for a webhook.

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See the Projects Guide.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.

Connector Profile

Airtable - Personal Access Token

Connector Profile

Airtable - OAuth 2.0
3

Link an Account

Connect an account using StackOne Hub or Auth Link.

Link Account

Airtable - Personal Access Token

Link Account

Airtable - OAuth 2.0
4

Use Actions

Invoke actions using one of the methods below: