Blog

Discord Notifications for Every Form Submission

Point a Discord channel webhook at your FormBridge form so every submission — a signup, a support ticket, an application — posts straight into the server your community already checks.

← Back to the blog
AI Powered

Explore this article with AI

Get an instant summary, key takeaways, action items, and answers to your questions about this article.

Choose your AI assistant
ChatGPT Perplexity
Quick answer

In Discord, create a webhook for the target channel from Channel Settings → Integrations → Webhooks, copy the webhook URL, and paste it into your form's Slack & Discord notification field in FormBridge (Pro plan and above). Every new submission then posts as a message in that channel.

If your community, team, or side project runs on Discord, waiting on email to check form submissions is friction you don't need. A webhook gets each submission posted straight into a channel members already have open.

Step 1: Generate a Discord webhook

Inside your Discord server:

  1. Open Server SettingsIntegrationsWebhooks.
  2. Click New Webhook.
  3. Give it a name (e.g. "Form Submissions") and pick the channel it should post to.
  4. Click Copy Webhook URL.

That's the whole setup on Discord's side — no bot to code, no OAuth flow, no permission scopes beyond the ability to post in that one channel.

Step 2: Connect it in FormBridge

Open the form in your FormBridge dashboard and go to its Slack & Discord notification settings. Paste the Discord webhook URL into the field and save. FormBridge posts a formatted message for each new submission, pulling in whatever fields the form collected — since FormBridge accepts any input name without a required prefix, there's nothing extra to configure to get a field showing up.

This is available on the Pro plan ($9/mo) and above; it's not part of the Free tier.

Step 3: Confirm it works

Submit the form, or send a quick test:

curl -X POST https://app.formbridge.ai/api/forms/fb_8h2k9p \
  -d "full-name=Test User" \
  -d "email=test@example.com" \
  -d "message=Testing Discord notifications"

Check the connected channel for the message. If nothing arrives, verify the webhook wasn't deleted from Discord's side — removing a webhook invalidates the URL immediately, and FormBridge has no way to detect that until the next submission fails to post.

Why not just use email

Email notifications still land in your FormBridge inbox and can run at the same time as Discord — nothing forces a choice. The advantage of Discord specifically is visibility for a distributed team or community: a submission becomes a message people see in passing, rather than something buried three unread emails deep. For a support form, feedback form, or a community application form tied to a Discord server, that immediacy is often the entire point of adding the integration.

Frequently asked

Do I need a Discord bot to receive form notifications?

No. Discord webhooks post messages directly to a channel without a bot, permissions setup, or server-wide app installation — it's a single URL you generate from the channel's settings.

Is Discord notification support included on the Free plan?

No. Slack and Discord notifications are a Pro-plan-and-above feature on FormBridge; the Free plan covers email notifications and autoresponders only.

Can the same form notify both Slack and Discord?

Each form's chat notification setting is one webhook URL, so it's set up for whichever platform you paste in — Slack or Discord, not simultaneously through the same field.

Key facts

  • Discord notifications reach FormBridge via a channel webhook URL added to the form's notification settings — no Discord bot required.
  • The feature is available on FormBridge's Pro plan ($9/mo) and above.
  • FormBridge forms accept any input field name, so no special naming convention is required to get a field to show up in the Discord message.

Get the next one in your inbox.

One email when we publish something worth reading. No spam — appropriately enough, we'd know.