Airtable ​
Create, read, update, and delete records in Airtable bases.
| Detail | Value |
|---|---|
| Category | Data & Productivity |
| Base URL | https://api.airtable.com/v0 |
| Authentication | Bearer Token |
| Endpoints | 5 |
| Connector key | airtable |
Using Airtable in a workflow ​
- Go to Connections and click New Connection.
- Pick Airtable from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| 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/bases | List all bases |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.