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

# Sync new deals and leads to Pipedrive

> Make deals, people, and organizations in Pipedrive with a Fillout form. Embed the form on your website or share through a link.

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

[Pipedrive](https://www.pipedrive.com/) is a customer relationship management (CRM) platform designed to help businesses manage sales pipelines and customer interactions more effectively. It offers tools for tracking leads, automating tasks, and analyzing sales data to optimize sales processes and improve performance.

## How it works

<Steps>
  <Step title="Link your Fillout form to Pipedrive">
    Open your existing form or create a new one, then go to `Integrate` from the top menu. Look for `Pipedrive`.

    <img src="https://mintcdn.com/fillout-005a867b/sPazPvAJ2aaw_Lrn/images/Screenshot2025-11-14at4.20.09PM.png?fit=max&auto=format&n=sPazPvAJ2aaw_Lrn&q=85&s=f605207531a98c4bf5e14b3e7bcb4cbe" alt="Screenshot 2025-11-14 at 4.20.09 PM.png" width="2645" height="1439" data-path="images/Screenshot2025-11-14at4.20.09PM.png" />
  </Step>

  <Step title="Map form fields">
    Choose the relevant options in the dropdown menus. Enter values or reference field answers like the name by clicking <Icon icon="square-plus" iconType="solid" /> or typing **@**.

    <img src="https://mintcdn.com/fillout-005a867b/h_QfN-F56vlvgBC6/images/Screenshot2025-02-18at2.54.45PM.png?fit=max&auto=format&n=h_QfN-F56vlvgBC6&q=85&s=92597106d808bb91fe1a82d4d6a5c60a" alt="Screenshot of the Integrate tab of a form" width="2878" height="1540" data-path="images/Screenshot2025-02-18at2.54.45PM.png" />

    Click `Finish setup` on the upper right corner after setting up the fields.
  </Step>

  <Step title="Publish and share">
    `Preview` your form to test it. Once everything’s good, `Publish` your form and share its link or embed it on your website.

    That’s it! Now every time a form is completed, you’ll see its responses in the **Deals** page of your Pipedrive dashboard.
  </Step>
</Steps>

## Add a lead only when a certain condition is met

You can choose to sync form responses only under a specific condition. Check out this [quick guide](/help/conditional-integration#bbe44591cc624d09b3cf1198e66b75e0).

## Other similar integrations

<CardGroup cols={3}>
  <Card title="Sync responses to Monday" icon="columns-3" iconType="regular" color="#FFC738" href="/help/monday">
    Use a form to create leads and more.
  </Card>

  <Card title="Create a HubSpot form" icon="hubspot" iconType="regular" color="#FFC738" href="/help/hubspot">
    Create or update contacts with a form.
  </Card>

  <Card title="Create a Salesforce form" icon="cloud" iconType="solid" color="#FFC738">
    Add or update records with a form.
  </Card>
</CardGroup>

<SupportBanner />
