> ## 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.

# Connect your form to Intercom

> Create new messages from a Fillout form, and automatically create or update associated contacts/leads directly in Intercom.

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 Intercom?

[Intercom](https://www.intercom.com/) is a customer communication platform that integrates various messaging services to facilitate business-to-customer interactions. It allows companies to manage support, sales, and marketing communications through live chat, bots, and personalized messaging.

## How it works

<Steps>
  <Step title="Link your Fillout form to Intercom">
    Open the form you want to `Integrate` with Intercom.

    <img src="https://mintcdn.com/fillout-005a867b/P1TBQDtAKsKbVk-K/images/Screenshot2025-11-18at5.14.19PM.png?fit=max&auto=format&n=P1TBQDtAKsKbVk-K&q=85&s=a0163d4f214e9c083a74d97683d8872c" alt="Screenshot 2025-11-18 at 5.14.19 PM.png" width="2652" height="1439" data-path="images/Screenshot2025-11-18at5.14.19PM.png" /> Then, enter an **account name** to connect.
  </Step>

  <Step title="Map your form fields">
    [Match the fields](https://www.fillout.com/help/additional-integration-mappings#how-to-map-fields-manually) in your Fillout form to the corresponding fields in Intercom for the new message. Make sure to include the contact's **email** and the **message** content.

    <img src="https://mintcdn.com/fillout-005a867b/9Ja0Hwg5Ahy6Y_5f/images/Untitled.png?fit=max&auto=format&n=9Ja0Hwg5Ahy6Y_5f&q=85&s=bc128c29c1a37cade4dee74d8ef07311" alt="Screenshot of the Integrate page" width="2260" height="1348" data-path="images/Untitled.png" />

    You can also choose to `Create new leads` or `users` if they don’t exist with the email in question, and associate answers in the form to the user.

    <Note>
      New conversations (or form submissions) are created as chats, not emails.
    </Note>
  </Step>

  <Step title="Publish and share">
    Once everything is set, click `Finish setup` on the upper right corner followed by `Publish`.

    New form submissions will now create new messages, and optionally new leads/users directly in your Intercom!
  </Step>
</Steps>

## Specify a condition

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

## Related articles

<CardGroup cols={3}>
  <Card title="Integration logic" icon="gear-complex" iconType="regular" color="#FFC738" href="/help/conditional-integration">
    Perform an integration only when a certain condition is met.
  </Card>

  <Card title="Manage contacts on ActiveCampaign" icon="square-chevron-right" iconType="solid" color="#FFC738">
    Add and update contacts with a form.
  </Card>

  <Card title="Turn requests into Linear issues" icon="message-exclamation" iconType="regular" color="#FFC738" href="/help/linear">
    Create and manage issues with a form.
  </Card>
</CardGroup>

<SupportBanner />
