> ## Documentation Index
> Fetch the complete documentation index at: https://docs.landerlab.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Drip to LanderLab

> Learn how to connect Drip to your LanderLab landing pages to send leads directly to your Drip account in real time.

<Frame>
  <img src="https://mintcdn.com/landerlab-babdc23f/YQVTxVsvaLyOCNHR/images/LL-Drip.png?fit=max&auto=format&n=YQVTxVsvaLyOCNHR&q=85&s=7035c59f06b4e2f3b00796b000e9f2bc" alt="LL Drip" width="1200" height="600" data-path="images/LL-Drip.png" />
</Frame>

LanderLab integrates directly with Drip to send leads to your account in real time. Every form or quiz submission on your landing page is forwarded to Drip automatically, no manual exports needed.

<Note>
  Drip integrations are saved globally in your account. Once you add your Drip API key, you can reuse the same connection across multiple landing pages without entering your credentials again.
</Note>

## Before You Begin

You need a **Drip API token** to connect the integration. To find it:

1. Log in to your Drip account.
2. Click your avatar or name in the top-right corner.
3. Select **User Settings**.
4. Copy your **API Token** from the token field.

Your token is a 32-character string that looks like `abcdef0123456789abcdef0123456789`.

## How to Connect Drip

The Drip setup uses a 3-step wizard: connect your account, configure your audience settings and field mapping, then review before activating.

### Step 1: Connect Your Drip Account

<Steps>
  <Step title="Go to your landing page">
    Navigate to **Landing Pages** and click the name of the landing page where you want to add Drip.
  </Step>

  <Step title="Open the Integrations tab">
    Click **Add Integration** to open the integrations panel.
  </Step>

  <Step title="Select Drip">
    Find **Drip** in the list (labeled "Send leads to Drip in real time") and click on it. A connection form will appear.
  </Step>

  <Step title="Fill in the connection details">
    | Field       | Description                                                                                                                |
    | :---------- | :------------------------------------------------------------------------------------------------------------------------- |
    | **Name**    | A label to identify this integration (e.g. "Drip" or "Drip - Lead Gen"). Helps you recognize it when reusing across pages. |
    | **API Key** | Your Drip API token. Paste the key you copied from your Drip User Settings.                                                |
  </Step>

  <Step title="Click Add Drip">
    Click **Add Drip** to authenticate and move to the next step.
  </Step>
</Steps>

### Step 2: Select Account, Tags, and Map Fields

This step has two parts: configuring which Drip account and tags to use, and mapping your form fields to Drip subscriber fields.

<Steps>
  <Step title="Configure account and tags">
    | Field       | Required | Description                                                                                                                                       |
    | :---------- | :------- | :------------------------------------------------------------------------------------------------------------------------------------------------ |
    | **Name**    | Yes      | The label for this integration. You can update it here if needed.                                                                                 |
    | **Account** | Yes      | Select the Drip account to send leads to. LanderLab loads your available accounts from the API.                                                   |
    | **Tags**    | No       | Add one or more tags to be applied to every subscriber created from this landing page. Useful for segmenting leads by campaign or traffic source. |

    Click **Continue** to move to the field mapping screen.
  </Step>

  <Step title="Map your form fields to Drip fields">
    You will see your landing page form fields on the left and a dropdown to select the matching Drip subscriber field on the right.

    Use the checkboxes to include or exclude individual fields from the sync. For any field you want to send, select the matching Drip field from the dropdown.

    <Warning>
      You must map your **Email** field to a Drip field to proceed. Drip requires an email address to create or update a subscriber.
    </Warning>

    LanderLab also includes system tracking fields you can optionally map to custom Drip fields:

    | System Field           | What it captures                      |
    | :--------------------- | :------------------------------------ |
    | LL Lander URL          | The URL of the landing page           |
    | LL Visitor IP          | The visitor's IP address              |
    | LL Visitor User Agent  | The visitor's browser and device info |
    | LL Submission Time UTC | The exact timestamp of the submission |
    | LL Variant ID          | The A/B test variant the visitor saw  |

    Click **Continue** to move to the review step.
  </Step>
</Steps>

### Step 3: Review and Activate

<Steps>
  <Step title="Review your integration">
    The final step shows a full summary of your Drip integration:

    * **Name** - the label you gave this integration
    * **Configuration** - the Drip account and tags selected
    * **Field Mapping** - the form fields being sent and which Drip fields they map to

    If anything looks wrong, click **Back** to return to the previous step and make changes.
  </Step>

  <Step title="Click Connect Drip">
    Click **Connect Drip** to save and activate the integration. From this point on, every lead submitted on this landing page will be sent to Drip in real time.
  </Step>
</Steps>

## Tips

* **Email is required.** Drip cannot create or update a subscriber without an email address. Always make sure your form includes an email field and that it is mapped.
* **Use tags to segment leads.** Assigning different tags per landing page makes it easy to filter subscribers in Drip by campaign, offer, or traffic source.
* **Test with a real submission.** After connecting, submit a test lead through your landing page and verify the subscriber appears in your Drip account within a few seconds.
* **Custom fields must exist in Drip first.** If a Drip field is missing from the dropdown, create it in your Drip account settings, then reconnect the integration for it to appear.
