> ## Documentation Index
> Fetch the complete documentation index at: https://fillout-005a867b-dependabot-npm-and-yarn-multi-3902a179c5.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-multi-3902a179c5/r4EgrpJ0c6nqYSnb/images/Screenshot2025-11-17at1.35.37PM.png?fit=max&auto=format&n=r4EgrpJ0c6nqYSnb&q=85&s=ce23dcfa89d34fe37112e3d9efa10ad6" 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-multi-3902a179c5/NJDGEeyWMBACkPRo/images/Screenshot2024-08-19at4.50.51PM.png?fit=max&auto=format&n=NJDGEeyWMBACkPRo&q=85&s=bd447e8a75678bf07884a5c141ee2ba6" 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-multi-3902a179c5/NJDGEeyWMBACkPRo/images/Screenshot2024-08-19at4.55.16PM.png?fit=max&auto=format&n=NJDGEeyWMBACkPRo&q=85&s=165172d15fa8e70e422a2afd239ada77" 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-multi-3902a179c5/ENdaBvVlRjA6PhPt/images/Screenshot2025-05-09at4.54.30PM.png?fit=max&auto=format&n=ENdaBvVlRjA6PhPt&q=85&s=2caf361d38abfbee898dd1e46c93ec05" 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-multi-3902a179c5/NJDGEeyWMBACkPRo/images/Screenshot2024-08-19at5.10.09PM.png?fit=max&auto=format&n=NJDGEeyWMBACkPRo&q=85&s=6799a7e7dd21f2366c770597e0c13791" 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 />
