Airtable Setup
Connection Status
Current status of your Airtable integration
Required Environment Variables
Set these in your Vercel project settings
AIRTABLE_BASE_IDValue: appPorvV1Kbrvnk2j
AIRTABLE_API_KEYCreate token Your personal access token from Airtable
Shared View Information
Your Airtable shared view details
Personal Access Token Guide
How to create and use your Airtable personal access token
Create a personal access token
Visit airtable.com/create/tokens to create a new token.
Set the correct scopes
Make sure to include the following scopes:
- data.records:read (to read data)
- data.records:write (to create orders and reviews)
- schema.bases:read (to access base structure)
Add access to your base
In the token creation form, add access to base
appPorvV1Kbrvnk2jCopy the token
After creating the token, copy it immediately (you won't be able to see it again)
Set as environment variable
Add the token as
AIRTABLE_API_KEYin your Vercel project settings
