Formserve integration
Send form submissions to Discord
Route Formserve submissions into Discord for community applications, beta signups, and support workflows.
Formserve
Endpoint inbox
Discord
Workflow destination
POST /f/endpoint-key
delivery.discord = queued
status = delivered
Setup
How to connect Formserve with Discord
The integration belongs to a specific endpoint, so each form can have its own routing rules, delivery history, and business workflow.
Create a Discord webhook for the destination channel.
Paste it into the endpoint Integrations tab.
Submit the form and verify the Discord notification.
Use cases
Popular Discord workflows
Use these as starting points, then adjust routing per endpoint or client project.
Field mapping
How the data should be mapped
Message summary
Put the endpoint purpose and sender name at the top so moderators can scan the feed quickly.
Structured fields
Send email, handle, or role-interest fields as separate lines so the Discord notification stays readable.
Submission record
Keep Formserve as the source of truth when the Discord post is only the alert layer.
Example form
Minimal form that posts once to Formserve
Discord is best as a notification destination. Formserve keeps the original submission, delivery timeline, and exports while Discord surfaces the message where the team already works.
<form action="https://formserve.io/f/YOUR_ENDPOINT_KEY" method="POST">
<input type="text" name="_honeypot" tabindex="-1" autocomplete="off" style="position:absolute;left:-9999px" />
<input type="text" name="name" required />
<input type="email" name="email" required />
<input type="text" name="discord_handle" />
<textarea name="message" required></textarea>
<button type="submit">Send</button>
</form>
Troubleshooting
Common issues when routing to Discord
No Discord notification appears
Recheck the webhook URL and confirm the endpoint mapping points to the active Discord integration.
Community form creates noisy alerts
Split community and high-priority forms into separate endpoints so each one routes to the right channel.
Moderators need attachments
Open the submission in Formserve where uploaded files and source details stay available.