Skip to content

Airtable ​

Create, read, update, and delete records in Airtable bases.

DetailValue
CategoryData & Productivity
Base URLhttps://api.airtable.com/v0
AuthenticationBearer Token
Endpoints5
Connector keyairtable

Using Airtable in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Airtable from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /{baseId}/{tableIdOrName}List records in a table
POST /{baseId}/{tableIdOrName}Create records
PATCH /{baseId}/{tableIdOrName}Update records
DELETE /{baseId}/{tableIdOrName}Delete records
GET /meta/basesList all bases

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.