Discord Integration

    Send an automatic message to any Discord channel whenever a form submission arrives.

    Setup

    1. Open your Discord server settings
    2. Go to Integrations → Webhooks
    3. Click New Webhook (or select an existing one)
    4. Choose the channel where messages should be sent
    5. Optionally set a custom bot name and avatar
    6. Click Copy Webhook URL
    7. 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

    ProblemFix
    No message receivedConfirm the webhook URL is correct and the channel still exists
    "Unknown Webhook" errorThe webhook was deleted in Discord — create a new one
    Messages stopped arrivingCheck if the Discord channel or server was deleted or if the webhook was disabled
    Bot name shows "Formboost" instead of custom nameCustom 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.