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:
- Set up webhook trigger in Zapier or Make
- Add Airtable - Create Record action
- Select your base and table
- Map form fields to Airtable fields
- 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:
- Select your base
- Copy your Base ID and API Key
- 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.