tutorial

Stay on top of your submissions and send them to your Discord server

FormBackend sending a form submission to a Discord channel via webhooks

If you don’t want to miss a submission and want to make sure that your team sees them, sending them to Discord can be a good idea. Every time someone fills out your form, a message appears in the Discord channel of your choice with the submitted data.

This works great for support forms, contact forms, feedback forms, or any form where you want real-time visibility across your team.

What you need

  • A FormBackend account with at least one form
  • A Discord server where you have permission to manage webhooks

Create a new webhook in Discord

Right click on your server and click on Server Settings > Integrations.

Click on “New Webhook” to create a new Discord webhook. Give it a name (this will be the name you’ll see in Discord when a new submission comes in) and pick a channel you want the submission to be sent to. You can change the avatar photo as well if you want.

Discord webhook creation screen showing the name and channel fields

Copy the webhook URL by clicking on the “Copy Webhook URL” button. Keep this URL handy as you’ll need it in the next step.

Add a webhook to your form in FormBackend

Go to your form in FormBackend and navigate to the Integrations tab. Scroll to the Webhooks section and click “Add new webhook”.

Give it a descriptive name like “Discord - Support Channel” and paste in the URL you copied from Discord into the URL field. Click “Save webhook” and you should now see submissions show up in Discord as they’re submitted.

FormBackend webhook settings with Discord URL configured

Test it out

You can try it by going to the “Set Up” tab for your form and submitting a test entry. Here’s an example of what a submission looks like in Discord:

An example form submission displayed as a Discord message

If you navigate to the submission in FormBackend you can see in the event log that it was sent to Discord as well (the webhook entry).

Submission event log showing the webhook was delivered to Discord

Why Discord over email?

Email notifications are useful for a single person, but they can get buried in a busy inbox. Discord gives you several advantages:

  • Team visibility - everyone in the channel sees the submission immediately
  • Threaded discussion - your team can discuss a submission right in the channel
  • Mobile notifications - Discord push notifications are faster than email for many people
  • Organization - route different forms to different channels (e.g., support requests to #support, sales inquiries to #leads)

You can use both

Sending submissions to Discord doesn’t replace other notification methods. You can use Discord alongside email notifications, Slack, Google Sheets, and any other webhooks at the same time. Every submission gets sent to all configured destinations.

For a full list of integrations, see the integrations page.

Next steps