Airtable (Preview)
Preview Airtable destination configuration for base and table selection with managed token references.
The Airtable connector has a preview destination schema for a selected base and table. It belongs to APIs and applications in the connector guides and applications in the connector registry.
Preview
The schema is available for reference. Use this connector in a saved connection or QuickFlow only when your workspace lists it as enabled. The current saved-connection model supports PostgreSQL; preview schema availability does not enable Airtable execution.
| Property | Value |
|---|---|
connector_id | airtable |
connector_type | airtable |
| Schema direction | Destination |
| Availability | Preview |
Configuration fields
| Field | Requirement |
|---|---|
base_url | Required Airtable API base URL. |
base_id | Required Airtable base identifier. |
table_name | Required destination table name. |
token_ref | Required secret reference containing namespace and key. |
The example illustrates the preview configuration shape. Replace the API URL, base ID and table name with values appropriate to your system when the connector is enabled.
{
"base_url": "https://airtable-api.example.com",
"base_id": "app_example",
"table_name": "Orders",
"token_ref": {
"namespace": "business-apps",
"key": "airtable-token"
}
}Prepare credentials
Store the API token in a Secret Vault. Grant it only the access needed for the intended base and destination operations, and select the namespace/key reference in configuration.
Before using the connector
Confirm workspace enablement and read the current property schema. Review the write modes and field mapping supported by that release before creating a flow. The preview schema alone does not specify append, update, deletion, batching or rate-limit behavior.
Return to connector guides or use PostgreSQL for the currently supported saved-connection workflow.