Boosterpack Forms

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.

1
Prepare your Airtable base

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).

2
Create a Zap with a Webhook trigger

In Zapier, create a new Zap. Choose Webhooks by ZapierCatch Hook. Copy the webhook URL.

3
Add Airtable as the action

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
4
Add the webhook to your form

In your Boosterpack Forms dashboard, edit your form and add the Zapier webhook URL. Or via API:

Set webhook 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/..." }'
5
Test and publish

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.

Airtable vs Google Sheets

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.

Plan requirement

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.

Create your form now

Webhooks available on Professional & Business plans