Airtable is a low-code platform to build next-gen apps. Move beyond rigid tools, operationalize your critical data, and reimagine workflows with AI.

Changelog

10 versions
v3.2.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Airtable API.
v3.1.0
  • Added test() (Flow Test Mode) to all triggers: NewRecordWebhook, UpdatedRecordWebhook.
v3.0.3
  • Added output examples to component schemas.
v3.0.2
  • Added validation for required fields in components.
v3.0.1
  • Fixed issue with CreateOrUpdateRecord and ListRecords showing must be array.
v3.0.0
  • Connector has been updated to use only Airtable Web API.
  • (new component) CreateOrUpdateRecord: creates or updates a record depending on the Record ID provided, if Record ID is empty, uses Merge Fields to update by.
  • (new component) UpdatedRecord: triggers when a record is updated in a selected table.
  • (changed) CreateRecord + UpdateRecord: fields for mapping are now dynamically generated based on a Table selected.
  • (changed) DeleteRecord -> DeleteRecords: now accepts multiple Record IDs for deletion, up to 10.
  • (updated) ListRecords, GetRecord: output now offers dynamically generated fields for mapping based on a Table selected.
v2.1.0
  • (new component) NewRecord: Webhook trigger for watching new records in specific table.
v2.0.1
  • (breaking change) Fixed output schema for ListTables and ListBases.
v1.0.5
  • Renamed output varible name in ListBases from Array to Bases and in ListTables from Array to Tables.
v1.0.4
  • Initial release

Authentication

TypeDetails
OAuth 2
Authentication Hub Verified

This connector is globally authenticated and verified by Appmixer and is ready to use without registering your own OAuth application with the provider. Appmixer's Authentication Hub acts as an authentication proxy, so all OAuth-based connectors work out of the box. You can still use your own OAuth credentials (clientId and clientSecret) for enhanced customization or compliance — see the Connector Configuration section of the documentation. The Authentication Hub is enabled for all hosted Appmixer tenants; on self-managed installations it has to be explicitly set.

Scopes:
user.email:read schema.bases:read

Triggers

2
New Record icon

New Record

Watches for new records.
Additional Scopes:
data.records:read webhook:manage
Updated Record icon

Updated Record

Watches for updated records.
Additional Scopes:
data.records:read webhook:manage

Actions

9
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Airtable API.
Additional Scopes:
data.records:read
Create or Update Record icon

Create or Update Record

Creates or updates a single record in a table.
Additional Scopes:
data.records:write
Create Record icon

Create Record

Creates a single record in a table.
Additional Scopes:
data.records:write
Delete Records icon

Delete Records

Deletes multiple records in a table.
Additional Scopes:
data.records:write
List Bases icon

List Bases

List available bases.
Get Record icon

Get Record

Gets a single record from a table.
Additional Scopes:
data.records:read
List Records icon

List Records

List records in a table.
Additional Scopes:
data.records:read
List Tables icon

List Tables

List available tables in a base.
Update Record icon

Update Record

Updates a single record in a table.
Additional Scopes:
data.records:write