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.

createrecord
POST/{baseId}/{tableIdOrName}
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.

Parameters

required

The Airtable base ID

required

The table ID or name

Input

Array of records to create (max 10)

Automatically convert string values to the appropriate field type

Return field keys as field IDs instead of names

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import airtable from '@utdk/airtable';

await airtable.createrecord()