AirtablePREVIEWEnterprise Pro
Read and write records in any Airtable base. Supports filtering, sorting, and creating new rows. Requires an Airtable API key.
⚠ Add AIRTABLE_API_KEY to your .env to enable
Preview Output (simulated)
{
"records": [
{
"id": "rec1234abcd",
"fields": { "Name": "Alice Müller", "Status": "Active", "MRR": 840 },
"createdTime": "2024-09-01T10:00:00.000Z"
},
{
"id": "rec5678efgh",
"fields": { "Name": "Bob Schmidt", "Status": "Active", "MRR": 615 },
"createdTime": "2024-09-03T14:22:00.000Z"
}
],
"offset": null
}This is simulated output. Add your Airtable API key to use live data.