Connector guidesAPIs and applications

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.

PropertyValue
connector_idairtable
connector_typeairtable
Schema directionDestination
AvailabilityPreview

Configuration fields

FieldRequirement
base_urlRequired Airtable API base URL.
base_idRequired Airtable base identifier.
table_nameRequired destination table name.
token_refRequired 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.

Vegalake, VegaDB and VegaFlow are trademarks or registered trademarks of Vegalake Inc.

On this page