Connect Boosterpack Forms to Airtable
Automatically create records in your Airtable base for every form submission. Use Zapier, Make, or n8n to bridge form submissions to Airtable — each submission becomes a new row in your table.
How it works: Boosterpack Forms sends submissions to a webhook URL. An automation tool (Zapier, Make, or n8n) receives it and creates a record in Airtable via the Airtable API.
Setup with Zapier
The fastest way. Free Zapier plan works for up to 100 tasks/month.
In Airtable, create a base and a table with columns matching your form fields — for example Name (Single line text), Email (Email), Message (Long text), Submitted At (Date).
In Zapier, create a new Zap. Choose Webhooks by Zapier → Catch Hook. Copy the webhook URL.
Add an Airtable action. Choose Create Record. Connect your Airtable account, select your base and table, and map the webhook fields to your columns:
- •fields.name → Name column
- •fields.email → Email column
- •fields.message → Message column
- •submittedAt → Submitted At column
In your Boosterpack Forms dashboard, edit your form and add the Zapier webhook URL. Or via API:
curl -X PATCH "https://boosterpackforms.com/api/forms/<FORM_ID>" \
-H "Authorization: Bearer $BPF_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "addWebhookUrl": "https://hooks.zapier.com/hooks/catch/..." }'Submit your form, check Zapier for the test data, verify the Airtable record was created, and turn the Zap on.
Alternative: Make or n8n
You can use Make or n8n instead. Both have Airtable integrations. The setup is the same — webhook trigger → Airtable create record action.
If you just need a simple spreadsheet log, Google Sheets connects directly without an automation tool. Airtable is better when you need rich field types (selects, dates, linked records), views, and filtering.
Webhooks are available on the Professional and Business plans. Email delivery works on all plans including Free.
Other integrations
Boosterpack Forms has native support for Slack, Discord, Teams, Google Chat, and Telegram — just paste the webhook URL. Connect to thousands more apps via Zapier, Make, n8n, Google Sheets, Notion, Airtable, and HubSpot.
Webhooks available on Professional & Business plans