Connect Boosterpack Forms to Notion
Automatically add form submissions to a Notion database. Each submission becomes a new page with your form fields mapped to database properties.
How it works: Notion doesn't have incoming webhooks, so you connect through an automation tool. Boosterpack Forms sends submissions to a webhook URL (Zapier, Make, or n8n), and that tool creates a page in your Notion database.
Setup with Zapier
The fastest way. Free Zapier plan works for up to 100 tasks/month.
In Notion, create a new database (full page or inline). Add properties that match your form fields — for example Name (Title), Email (Email), Message (Text).
In Zapier, create a new Zap. Choose Webhooks by Zapier as the trigger and select Catch Hook. Zapier will give you a webhook URL — copy it.
Add a Notion action step. Choose Create Database Item. Connect your Notion account, select your database, and map the webhook fields to your Notion properties:
- •fields.name → Name property
- •fields.email → Email property
- •fields.message → Message property
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, then check the Zap in Zapier to see the test data. Map any remaining fields, test the full Zap, and turn it on. Every form submission will now create a new Notion page.
Alternative: Make or n8n
You can use Make or n8n instead of Zapier. The setup is the same — create a webhook trigger, add a Notion action, and paste the webhook URL into your form. Both have Notion integrations and offer free tiers.
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