All docs
1 min read

Discord

Post each accepted submission to a Discord channel as an embed-handy for communities, volunteer teams, or lightweight triage.

What you need

  • Manage Webhooks permission (or equivalent) on the target channel.

What Formspring sends

Formspring posts to the channel webhook URL from Discord (https://discord.com/api/webhooks/...). Each message is one embed with title, timestamp, footer, and up to fifteen simple fields (values shortened for Discord limits). There is no Formspring HMAC header; the webhook URL is the secret.

Steps

  1. In Discord, edit the channel → IntegrationsWebhooksNew Webhook → copy the URL.
  2. In Formspring, open your form → IntegrationsDiscord → paste → Save.
  3. Submit a test; confirm the embed and Deliveries.

Tips

  • The bot name appears as Formspring by default in the payload Formspring sends.
  • For role mentions or threads, use an automation platform after capturing the JSON.

More help