Discord Integration
Send an automatic message to any Discord channel whenever a form submission arrives.
Setup
- Open your Discord server settings
- Go to Integrations → Webhooks
- Click New Webhook (or select an existing one)
- Choose the channel where messages should be sent
- Optionally set a custom bot name and avatar
- Click Copy Webhook URL
- In Formboost, open your form → Integrations tab → paste the URL into the Discord field and save
What the Message Looks Like
Formboost sends a formatted embed to your channel with the submission timestamp and all field values:
📋 New Formboost Submission
──────────────────────────
name John Doe
email [email protected]
message Hello, I'd like to learn more.
Submitted via My Contact Form
Testing
After saving, click Send Test in the Integrations tab. Check your Discord channel — a test message should appear within a few seconds.
Troubleshooting
| Problem | Fix |
|---|---|
| No message received | Confirm the webhook URL is correct and the channel still exists |
| "Unknown Webhook" error | The webhook was deleted in Discord — create a new one |
| Messages stopped arriving | Check if the Discord channel or server was deleted or if the webhook was disabled |
| Bot name shows "Formboost" instead of custom name | Custom names set in Formboost override the one configured in Discord |
Notes
- One Discord webhook URL per form. To send to multiple channels, add a second integration.
- Discord rate-limits webhooks to 30 messages per minute per channel. High-traffic forms may see slight delays.
- Webhook URLs grant write access to the channel — keep them private and regenerate if exposed.