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

# Lemlist setup

Follow these steps to connect your Ingrow leads to Lemlist campaign automatically.

<Steps>
  <Step title="Get Your Lemlist Campaign ID">
    Navigate to your Lemlist campaign where you want to get leads. The URL will look something like this:

    ```
    https://app.lemlist.com/teams/tea_HGZKDn22JqguoMDov/campaigns-next/cam_XKr8ipzAWa4Psc475/leads
    ```

    Copy the **campaign ID** that starts with `cam_` (e.g., `cam_XKr8ipzAWa4Psc475`).
  </Step>

  <Step title="Navigate to InGrow Integrations">
    From your InGrow dashboard, go to the **Integrations** page and locate the **Signals Webhook** section.
  </Step>

  <Step title="Connect the Webhook">
    Click the **"Connect"** button to open the webhook configuration modal.
  </Step>

  <Step title="Configure the Webhook URL">
    In the **Webhook URL** field, enter the following URL, replacing `<campaign_id>` with the campaign ID you copied in Step 1:

    ```
    https://api.lemlist.com/api/campaigns/<campaign_id>/leads?deduplicate=true&version=v2
    ```

    **Optional enrichment parameters:** If you want additional data enrichment, add these parameters to the URL:

    ```
    &linkedinEnrichment=true&findEmail=true&findPhone=true
    ```

    The complete URL with enrichment would look like:

    ```
    https://api.lemlist.com/api/campaigns/<campaign_id>/leads?deduplicate=true&version=v2&linkedinEnrichment=true&findEmail=true&findPhone=true
    ```
  </Step>

  <Step title="Set Authentication">
    * Select **Basic** from the **Header Type** dropdown
    * Leave the **Username** field empty
    * In the **Password** field, enter your **Lemlist API key**
  </Step>

  <Step title="Enable Toggles">
    Turn on toggles based on your requirements.
  </Step>

  <Step title="Configure JSON Schema Fields">
    Configure your JSON schema payload mapping exactly as shown in the image below:

    <img src="https://mintcdn.com/ingrow/5RRqDyEQLhQ3WIcz/public/images/webhook/webhook-payload-mapping.png?fit=max&auto=format&n=5RRqDyEQLhQ3WIcz&q=85&s=c8ba4f0b14dbbf8b630f79acc2b4cf9b" alt="Webhook Payload Mapping Configuration" width="1114" height="1056" data-path="public/images/webhook/webhook-payload-mapping.png" />
  </Step>

  <Step title="Save and Activate">
    Click the **"Connect"** button to activate the webhook. InGrow will now begin sending leads to your Lemlist campaign automatically.
  </Step>
</Steps>

## Next Steps

Once connected, InGrow will automatically sends new leads to your Lemlist campaign.
