provider Records POST
/{baseId}/{tableIdOrName} @utdk/airtable
/{baseId}/{tableIdOrName} Create a record
Create one or more new records in a table. Pass fields as an object where keys are field names and values are the field data. Airtable will return the created records with their assigned IDs.
- baseId path required
- The Airtable base ID
- string
- tableIdOrName path required
- The table ID or name
- string
Try it
Authentication
Configure credentials for Airtable REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import airtable from '@utdk/airtable';
await airtable.createrecord()