Airtable

Airtable integration on indie.money — manage bases, tables, records, and views

Written By pvdyck

Last updated About 3 hours ago

Airtable

Community — Available, not yet validated

VendorAirtable
NodesAirtable
Tier⬜ Community
AuthAPI Key (Personal Access Token) via Secure Vault

Overview

Manage bases, tables, records, and views in Airtable. Use this node to automate data entry, sync records between systems, or build workflows around your Airtable bases.

Authentication

API Key (Personal Access Token) via Secure Vault. Connect via the credential configuration modal.

Resources & Operations

Record

OperationDescription
CreateCreate a new record in a table
Create or Update (Upsert)Create a new record, or update it if it already exists
DeleteDelete a record from a table
GetRetrieve a record from a table
SearchSearch for specific records or list all
UpdateUpdate a record in a table

Base

OperationDescription
Get ManyList all the bases
Get SchemaGet the schema of the tables in a base

Tips

  • Use Upsert (Create or Update) to avoid duplicates when syncing data from external sources.
  • The Search operation can list all records or filter by formula, making it useful for conditional workflows.
  • Use Get Schema to dynamically discover table and field names in automation scripts.

Status

This integration is available but has not yet been independently validated on indie.money. If you encounter issues, please report them.