> ## Documentation Index
> Fetch the complete documentation index at: https://fillout.com/help/llms.txt
> Use this file to discover all available pages before exploring further.

# Send messages to Discord channels

> Get notifications in Discord whenever someone completes your form. See an overview of form responses or choose a custom message.

export const SupportBanner = () => {
  const titleId = React.useId();
  return <div className="support-banner" role="region" aria-labelledby={titleId}>
      <span className="support-banner__ring support-banner__ring--outer" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--middle" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--inner" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--center" aria-hidden="true" />

      <div className="support-banner__content">
        <div className="support-banner__title" id={titleId} role="heading" aria-level="2">Still have questions?</div>

        <div className="support-banner__copy">
          <span className="support-banner__line">Our team is happy to help. Start a live chat using the</span>
          <span className="support-banner__line">
            chat bubble <span className="support-banner__chat-icon" aria-hidden="true" /> in the bottom right, or email us at
          </span>
          <span className="support-banner__line">
            <a href="mailto:support@fillout.com">support{'@'}fillout.com</a>
          </span>
        </div>

        <a className="support-banner__cta" href="mailto:support@fillout.com">Contact us</a>
      </div>
    </div>;
};

## What is Discord?

[Discord](https://discord.com/) is a communication platform designed for creating communities, where users can chat via text, voice, and video, often organized around specific topics or interests.

## How it works

<Steps>
  <Step title="Connect your Fillout form to Discord">
    Open your form or create a new one in Fillout. Click `Integrate` from the top menu and look for `Discord`.

    <img src="https://mintcdn.com/fillout-005a867b/i3EhbuYCC2pLblxf/images/Screenshot2025-11-17at1.35.37PM.png?fit=max&auto=format&n=i3EhbuYCC2pLblxf&q=85&s=5080e0e2977fe9ae4f3aeac89c74cf91" alt="Screenshot 2025-11-17 at 1.35.37 PM.png" width="2618" height="1439" data-path="images/Screenshot2025-11-17at1.35.37PM.png" />

    Sign in with your Discord account to `Authorize` access. Then, choose a server from the dropdown menu to `Continue`.

    <img src="https://mintcdn.com/fillout-005a867b/EWWAc-_JdWWmQY9h/images/Screenshot2024-08-19at4.50.51PM.png?fit=max&auto=format&n=EWWAc-_JdWWmQY9h&q=85&s=0e233f905024d8bc551b1789a8b340dc" alt="Screenshot of the Integrate tab of a form" style={{ width:"68%" }} width="866" height="387" data-path="images/Screenshot2024-08-19at4.50.51PM.png" />
  </Step>

  <Step title="Select a channel">
    Choose a channel to send messages to and your preferred message formatting. `Finish setup` to test your form and `Publish` it.

    <img src="https://mintcdn.com/fillout-005a867b/EWWAc-_JdWWmQY9h/images/Screenshot2024-08-19at4.55.16PM.png?fit=max&auto=format&n=EWWAc-_JdWWmQY9h&q=85&s=b913e149b9053eeda25b589b34db450c" alt="Screenshot of the Integrate tab of a form" width="2199" height="980" data-path="images/Screenshot2024-08-19at4.55.16PM.png" />
  </Step>

  <Step title="Publish and share">
    That's it! Now every time your form is submitted, you’ll get a notification on your chosen Discord channel. `Publish` your form and share or embed it anywhere.
  </Step>
</Steps>

## Message formatting

### **Send all fields (recommended)**

By default, form submissions are summarized and sent to your channel.

<img src="https://mintcdn.com/fillout-005a867b/nwA0QgHJFppu8qSE/images/Screenshot2025-05-09at4.54.30PM.png?fit=max&auto=format&n=nwA0QgHJFppu8qSE&q=85&s=3034f973e33c40779ef0d966c91a9cc3" alt="Screenshot of the Integrate tab of a form" width="1296" height="908" data-path="images/Screenshot2025-05-09at4.54.30PM.png" />

### **Custom message**

You can tailor the default message to display only selected fields. Simply click <Icon icon="square-plus" iconType="solid" /> on the right side or type **@** to choose specific fields or [other values](https://www.fillout.com/help/additional-integration-mappings#other-mappings).

<img src="https://mintcdn.com/fillout-005a867b/EWWAc-_JdWWmQY9h/images/Screenshot2024-08-19at5.10.09PM.png?fit=max&auto=format&n=EWWAc-_JdWWmQY9h&q=85&s=3cc97f64e27538845c213a006a618f46" alt="Screenshot of the Integrate tab of a form" width="2132" height="1251" data-path="images/Screenshot2024-08-19at5.10.09PM.png" />

## Specify a condition

Opt to run your integration only when a specific condition is met. Check out this [**guide**](/help/conditional-integration).

## Other similar integrations

<CardGroup cols={3}>
  <Card title="Send messages to Slack" icon="slack" iconType="regular" color="#FFC738" href="/help/slack">
    Get response summaries on Slack.
  </Card>

  <Card title="Send Microsoft Teams notifications" icon="users" iconType="regular" color="#FFC738" href="/help/microsoft-teams">
    Get response summaries on Teams.
  </Card>

  <Card title="Send submissions to a webhook" icon="webhook" iconType="regular" color="#FFC738" href="/help/webhook">
    Send to automation tools or any endpoint.
  </Card>
</CardGroup>

<SupportBanner />
