Boosterpack Forms

Send Form Submissions to Discord

Get instant Discord notifications every time someone submits your form. Just paste your Discord webhook URL — Boosterpack Forms formats rich embeds natively. No middleware, no code.

Native — no middleware
Rich embed formatting
Setup in 2 minutes

Setup Guide

Takes about 2 minutes — no code required.

1
Create a Discord Webhook

In your Discord server, go to Server Settings → Integrations → Webhooks and click New Webhook.

Choose the channel where you want to receive form submissions, give the webhook a name (e.g. "Form Submissions"), and click Copy Webhook URL. It looks like:

https://discord.com/api/webhooks/1234567890/abcdefg...

2
Add it to your form

In your Boosterpack Forms dashboard, create a new form or edit an existing one and add the Discord webhook URL.

Or via the Provisioning API:

Add Discord webhook via API
curl -X POST "https://boosterpackforms.com/api/forms/provision" \
  -H "Authorization: Bearer $BPF_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "destinationEmails": ["you@example.com"],
    "webhookUrls": ["https://discord.com/api/webhooks/1234.../abcdef..."]
  }'

Boosterpack Forms automatically detects Discord webhook URLs and formats submissions as rich embeds — no configuration needed.

3
Submit and see it in Discord

Submit your form on your website. Within seconds, a beautifully formatted embed will appear in your Discord channel with all the submitted fields, form ID, domain, and timestamp.

What You'll See in Discord

Each submission appears as a rich Discord embed with:

  • Title: "📬 New form submission"
  • Fields: Each form field (name, email, message, etc.) shown as an embed field — short values are displayed inline
  • Footer: Form ID, domain, and reply-to address
  • Timestamp: When the submission was received
Example Discord embed payload (auto-generated)
{
  "embeds": [{
    "title": "📬 New form submission",
    "color": 1118481,
    "fields": [
      { "name": "name", "value": "Jane Smith", "inline": true },
      { "name": "email", "value": "jane@example.com", "inline": true },
      { "name": "message", "value": "I'd love to learn more about your services!" }
    ],
    "footer": { "text": "Form: abc-123 · Domain: example.com" },
    "timestamp": "2026-03-04T12:00:00.000Z"
  }]
}
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 and Business plans