Send form submissions to Discord
Run your community or business from Discord? Get every contact form submission posted straight into a channel — in addition to email. A few minutes, no code, no bot to host.
1. Create a Discord channel webhook
Discord supports webhooks natively on every server — no bot required. You need the Manage Webhooks permission on the server.
- In Discord, hover the channel that should receive submissions and click the ⚙ gear (Edit Channel).
- Open Integrations → Webhooks → New Webhook.
- Give it a name and avatar if you like (this is the name messages appear under).
- Click Copy Webhook URL — it looks like:
https://discord.com/api/webhooks/000000000000000000/XXXXXXXXXXXXXXXXXXXXXXXX
2. Connect it to your form
- In Static Contact, open your Form and go to the Webhooks tab.
- Click Add webhook, set the type to Discord, and paste the URL.
- Optionally name it and Save.
Webhooks are available on paid plans, and a form can deliver to several destinations at once — Discord for the community team, email for everyone else.
3. Test it
Submit your form once. The message lands in the channel under the webhook's name:
New submission on example.com:
Name: Jane
Email: jane@acme.com
Message: Hi! I'd like a quote.
Troubleshooting
- Nothing arrives — check the webhook is toggled Enabled and your delivery log (Webhooks tab, on plans with logs) for the response code.
- 401 / 404 — the webhook was deleted in Discord. Create a new one and update the URL.
- Can't find the Webhooks menu — you need the Manage Webhooks permission on that server.
- Treat the URL as a secret — anyone who has it can post to your channel.
Prefer a different destination?
We also have guides for Slack, Telegram and your own endpoint (signed JSON).