Airtable
Airtable
Configuration
Airtable source connector integrates with the Airtable API to extract and synchronize data.
Connects to your Airtable bases and syncs everything by default:
- User info (authenticated user)
- All accessible bases
- All tables in each base
- All records in each table
- All comments on each record
- All attachments in each record
No configuration needed - just connect and sync!
Authentication
This connector uses OAuth 2.0 authentication. You can connect through the Airweave UI or API using the OAuth flow.
Supported authentication methods:
- OAuth Browser Flow (recommended for UI)
- OAuth Token (for programmatic access)
- Auth Provider (enterprise SSO)
Configuration Options
This connector does not have any additional configuration options.
Data Models
The following data models are available for this connector:
AirtableUserEntity
The authenticated user (from /meta/whoami endpoint).
AirtableBaseEntity
Metadata for an Airtable base.
AirtableTableEntity
Metadata for an Airtable table (schema-level info).
AirtableRecordEntity
One Airtable record (row) as a searchable chunk.
AirtableCommentEntity
A comment on an Airtable record.
AirtableAttachmentEntity
Attachment file from an Airtable record.