Docs/Discord

Discord

Discord receives your site's notifications in a channel. Once the webhook URL is set, your site posts a message to that channel upon each form submission or other events.

What your site can do with Discord

  • Receive a message in your channel on every form submission
  • Post a notification on other events (new signup, alert…)
  • One webhook maps to a single channel, chosen when you create it

Common use cases

Example appExample promptWhat happens
Community notificationUse Discord and post to our server when someone signs up.Each signup posts a message to your Discord channel so the community team sees it.
New content announcementUse Discord and announce in the channel when a new article is published.Publishing content posts an announcement to your channel.
Order or lead alertUse Discord and notify the channel on each new order.Every order posts a message with the key details.

Prerequisites

  • A Discord server where you can manage channels
  • A webhook URL (Channel settings → Integrations → Webhooks), starting with https://discord.com/api/webhooks/

Set up Discord

  1. In Discord, open your server and go to a channel's settings → Integrations → Webhooks.
  2. Click New Webhook, choose the channel, and name it.
  3. Copy the Webhook URL (starts with https://discord.com/api/webhooks/…).
  4. In the Studio, open Connectors → Discord, paste the URL, and republish.

Limitations

  • One webhook posts to a single channel.
  • The connector can post messages, but cannot read messages or react (requires a Discord bot).
  • Messages only send from the published site, not the studio preview.