> ## Documentation Index
> Fetch the complete documentation index at: https://fillout-005a867b-dependabot-npm-and-yarn-multi-d2afd44c95.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Fillout to hundreds of apps with Relay.app

> Automate tasks and workflows whenever someone completes your Fillout form. Use Relay’s human-in-the-loop feature to request for a team member’s approval or input.

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 Relay.app?

[Relay.app](http://Relay.app) is a tool that lets you automate workflows across different apps, with the option to involve a human in the process. Each automation or **Workflow** consists of a **trigger**, an action that kicks off your workflow, and **steps**, which are actions performed after a trigger.

## How it works

<Steps>
  <Step title="Connect your Relay.app with Fillout">
    Sign up or log in to your [Relay.app](http://Relay.app) account. On the left-hand panel, click `Apps` to `Connect` your Fillout account.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-multi-d2afd44c95/aZfok4Wq-qD2gCXo/images/Screenshot2025-11-17at1.27.05PM.png?fit=max&auto=format&n=aZfok4Wq-qD2gCXo&q=85&s=cc30d01d71f37d20e83afc03b053e5e6" alt="Screenshot 2025-11-17 at 1.27.05 PM.png" width="2614" height="748" data-path="images/Screenshot2025-11-17at1.27.05PM.png" />
  </Step>

  <Step title="Create a workflow">
    Go back to the home page, and, click `+ New workflow` on the left side. Then, `+ Add trigger` and search for **Fillout.** Click `New submission`.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-multi-d2afd44c95/ri8pRqONhuuZl4WD/images/Screenshot2025-02-17at11.32.42AM.png?fit=max&auto=format&n=ri8pRqONhuuZl4WD&q=85&s=d49ad9b0b32dcfbac4e09cb480848227" alt="Screenshot of the Integrate tab of a form" width="2520" height="621" data-path="images/Screenshot2025-02-17at11.32.42AM.png" />

    Next, select a Fillout **Form** in the dropdown menu. Then, `+ Add step` to select an action. Choose between apps, webhooks, AI, and more.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-multi-d2afd44c95/ri8pRqONhuuZl4WD/images/Screenshot2025-02-17at11.33.39AM.png?fit=max&auto=format&n=ri8pRqONhuuZl4WD&q=85&s=b417f2c5cfa746c5d7e36ba772a9b66a" alt="Screenshot of the Integrate tab of a form" width="2200" height="1281" data-path="images/Screenshot2025-02-17at11.33.39AM.png" />

    Use `Human in the loop` to ask for approval or input from a team member via email or Slack message. More info [here](https://www.relay.app/features/human-in-the-loop).
  </Step>

  <Step title="Test your automation">
    `Start a test run`, and choose a form submission from the list in the pop-up.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-multi-d2afd44c95/ri8pRqONhuuZl4WD/images/Screenshot2025-02-17at11.42.58AM.png?fit=max&auto=format&n=ri8pRqONhuuZl4WD&q=85&s=ae7318f5dfb48ddec86cf6c38013a002" alt="Screenshot of the Integrate tab of a form" style={{ width:"63%" }} width="1218" height="532" data-path="images/Screenshot2025-02-17at11.42.58AM.png" />
  </Step>

  <Step title="Publish">
    Once everything's all good, toggle the `Trigger switch`. Now, every new submission will be sent to your Slack channel.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-multi-d2afd44c95/aZfok4Wq-qD2gCXo/images/Screenshot2025-11-18at4.48.08PM.png?fit=max&auto=format&n=aZfok4Wq-qD2gCXo&q=85&s=4f3f51c9b8e087dc864d4a2775e06057" alt="Screenshot 2025-11-18 at 4.48.08 PM.png" title="Screenshot 2025-11-18 at 4.48.08 PM.png" style={{ width:"57%" }} width="1016" height="103" data-path="images/Screenshot2025-11-18at4.48.08PM.png" />
  </Step>
</Steps>

There are plenty of other ways to use Fillout with [Relay.app](http://Relay.app). Check out the guides [here](https://www.relay.app/apps/fillout/integrations).

<SupportBanner />
