> ## Documentation Index
> Fetch the complete documentation index at: https://fillout-005a867b-dependabot-npm-and-yarn-socket-io-parser-4.mintlify.site/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-dependabot-npm-and-yarn-socket-io-parser-4/H0_paIss0BOLjKcv/images/Screenshot2025-11-17at1.35.37PM.png?fit=max&auto=format&n=H0_paIss0BOLjKcv&q=85&s=c074df1c2d9b75a57a816419ecfef3cf" 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-dependabot-npm-and-yarn-socket-io-parser-4/YdhW8dhA9tw-ZECD/images/Screenshot2024-08-19at4.50.51PM.png?fit=max&auto=format&n=YdhW8dhA9tw-ZECD&q=85&s=b67dcd5b1ed3a1ad3a6bd4d9982ebb53" 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-dependabot-npm-and-yarn-socket-io-parser-4/YdhW8dhA9tw-ZECD/images/Screenshot2024-08-19at4.55.16PM.png?fit=max&auto=format&n=YdhW8dhA9tw-ZECD&q=85&s=8a5264b9d686881f7a9c60181ee8e1b3" 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-dependabot-npm-and-yarn-socket-io-parser-4/hsMElHuTl8-g90me/images/Screenshot2025-05-09at4.54.30PM.png?fit=max&auto=format&n=hsMElHuTl8-g90me&q=85&s=882052baae58f94f4253c971c5ba3458" 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-dependabot-npm-and-yarn-socket-io-parser-4/YdhW8dhA9tw-ZECD/images/Screenshot2024-08-19at5.10.09PM.png?fit=max&auto=format&n=YdhW8dhA9tw-ZECD&q=85&s=47bc7999b21561c91802189f1a31e077" 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**](/conditional-integration).

## Other similar integrations

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

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

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

<SupportBanner />
