Airtable Setup

Connection Status
Current status of your Airtable integration
Required Environment Variables
Set these in your Vercel project settings
AIRTABLE_BASE_ID

Value: appPorvV1Kbrvnk2j

AIRTABLE_API_KEYCreate token

Your personal access token from Airtable

Shared View Information
Your Airtable shared view details
Base ID
appPorvV1Kbrvnk2j
View ID
shrNdtqZPIWvviYGw
Personal Access Token Guide
How to create and use your Airtable personal access token
  1. Create a personal access token

    Visit airtable.com/create/tokens to create a new token.

  2. 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)
  3. Add access to your base

    In the token creation form, add access to base appPorvV1Kbrvnk2j

  4. Copy the token

    After creating the token, copy it immediately (you won't be able to see it again)

  5. Set as environment variable

    Add the token as AIRTABLE_API_KEY in your Vercel project settings