Node reference
Apps: Data Stores
1 node in the Apps: Data Stores category - what each one does and which credential it needs.
1 node in this category. Every entry below is generated straight from the node catalog and wiring manifests, so it never drifts from what the node panel actually ships. See Credentials for how per-node credentials work.
| Node | Description | Credential |
|---|---|---|
| Airtable | Calls the Airtable Web API with a personal access token across 34 operations, grouped by resource: records (list one page, list all by following pagination, get, create, create up to ten, update keeping other cells, replace clearing them, update or replace up to ten, upsert by matching up to three fields, delete, delete up to ten, push CSV into a sync table), attachment upload straight into a cell, record comments (list, add, edit, delete), bases and schema (list bases, read a base's tables/fields/views, create a base, create and update tables, create and update fields, delete a view, read the token's own id and scopes), and webhook management (list, create, delete, refresh the seven-day expiry, toggle pings, read payloads). Batch operations are capped at Airtable's ten-record limit before the request rather than after a 422, and every operation names the token scope it needs so a 403 says which one to tick. 34 operations - see the full reference. | Airtable personal access token |