Advanced

Airtable Integration

Store form submissions in Airtable bases

Store form submissions in Airtable bases. Perfect for building custom CRMs, project trackers, or submission databases.

Pro Feature

Webhooks are available on the Pro plan. Upgrade to Pro to unlock this feature.

Method 1: Using Zapier or Make (Recommended)

The simplest approach:

  1. Set up webhook trigger in Zapier or Make
  2. Add Airtable - Create Record action
  3. Select your base and table
  4. Map form fields to Airtable fields
  5. Test and activate

Method 2: Using Airtable API

For direct integration, use the Airtable API:

1

Get Airtable Credentials

Go to airtable.com/api and:

  1. Select your base
  2. Copy your Base ID and API Key
  3. Note your table name
2

Create Webhook Endpoint

Create an endpoint that receives the webhook and calls Airtable:

airtable-webhook.ts
3

Configure Static Forms

Add your endpoint URL to Static Forms in Settings → Webhooks.

Additional Resources