Boosterpack Forms

Connect Boosterpack Forms to HubSpot

Automatically create or update HubSpot contacts when someone submits your form. Route leads straight into your CRM without manual data entry.

How it works: Boosterpack Forms sends submissions to a webhook URL. An automation tool (Zapier, Make, or n8n) receives it and creates or updates a contact in HubSpot via the HubSpot API.

Setup with Zapier

The fastest way. Free Zapier plan works for up to 100 tasks/month.

1
Create a Zap with a Webhook trigger

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

2
Add HubSpot as the action

Add a HubSpot action. Choose one of:

  • Create Contact — new contact for every submission
  • Create or Update Contact — updates existing contacts by email, creates new ones otherwise (recommended)
  • Create Deal — create a deal in your sales pipeline

Connect your HubSpot account and map the webhook fields to HubSpot contact properties:

  • fields.email → Email
  • fields.name → First Name (or Full Name)
  • fields.company → Company Name
  • fields.message → a custom HubSpot property or Note
3
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/..." }'
4
Test and publish

Submit your form, check the Zap for test data, verify the contact appeared in HubSpot, and turn the Zap on. Every submission will now flow into your CRM automatically.

Common use cases

  • Lead capture: Contact form submissions create new leads in HubSpot with full contact details.
  • Sales pipeline: Create a deal in your pipeline for every inquiry — set deal stage, assign owner.
  • Support tickets: Route support requests into HubSpot Service Hub tickets.
  • Email + CRM: Receive submissions via email as usual, with HubSpot contacts created automatically in the background.

Alternative: Make or n8n

You can use Make or n8n instead. Both have HubSpot integrations. The setup is the same — webhook trigger → HubSpot create/update contact action.

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