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

# Import Lead(s) to Campaign

Add leads to specific EmailBison campaigns directly from your Clay table.

<Tabs>
  <Tab title="Text" icon="text">
    <Tip>
      There are text and video versions of this section.<br /> Click the tab icons above this tip to switch between them.
    </Tip>

    1. **Add the Enrichment**
           <br />
       * In your Clay table, click `+ Add column`
       * Select `Enrichments`
       * Search for and select `"Import lead(s) to campaign"`

    2. **Select Your Workspace**

           <br />

       Choose your desired EmailBison account (workspace) from the dropdown.

           <Tip>
             If you don't see your workspace, click `+ Add account` and [connect your workspace](/low-code-tools/clay/workspace-setup).
           </Tip>

    3. **Map Required Fields**

           <br />

       Under `Setup Inputs`, map the following required columns:

       * `Campaign ID`
       * `Lead ID(s)`

           <Accordion title="Finding Campaign IDs">
             If you need to retrieve Campaign IDs, you can either:

             Go to an EmailBison campaign. Click `Actions`, `Copy ID for API`.

             \-- or --

             1. Click `+ Add column`, select `Enrichments`, and search for `HTTP API` enrichment
             2. Select `Configure` and authenticate through one of your connected accounts
                      <Tip>
                        If you don't see any accounts, follow the [authentication instructions](/low-code-tools/clay/authenticating-requests).
                      </Tip>
             3. Under `Setup Inputs` → `Method`, select `GET`
             4. Under `Setup Inputs` → `Endpoint`, input:
                ```bash theme={null}
                https://subdomain.yourdomain.com/api/campaigns
                ```
             5. Save and run the enrichment to see your available campaigns
           </Accordion>

    4. **Select Campaign and Leads**

           <br />

       Select the `Campaign ID` from your available campaigns.

       For `Lead ID(s)`, you have several options:

       * Use the ID from the [Create or Update Lead](/low-code-tools/clay/enrichments/create-or-update-lead) enrichment response
       * Use the ID from the [Find Lead](/low-code-tools/clay/enrichments/find-lead) enrichment response
       * Use a [GET request with leads endpoint](/low-code-tools/clay/get-requests)
       * Supply a comma-separated list (e.g., `"123,456,789"`) to add multiple leads at once

           <Warning>
             The Lead ID(s) data type must be changed from `#` to `text`, or you will get a runtime error.
           </Warning>

    5. **Configure Parallel Sending**
           <br />
       Toggle `parallel sending on` to import leads that are already in another campaign. By default, leads that are "in sequence" in other campaigns will be skipped. This includes leads in draft campaigns. Note that paused campaigns don't count for the parallel sending check, so leads can be added to other campaigns even with the toggle OFF.

    6. **Save and Run**

           <br />

       Save the enrichment and run the column to import leads to your campaign.

           <Tip>
             Set this column to auto-run if you need leads added or updated automatically when new data flows in.
           </Tip>
  </Tab>

  <Tab title="Video" icon="images">
    <Tip>
      There are text and video versions of this section.<br /> Click the tab icons above this tip to switch between them.
    </Tip>

    The following video will implement the text instructions on a Clay table.

    <Frame>
      <video autoPlay muted loop playsInline controls className="w-full aspect-video rounded-xl" src="https://mintcdn.com/emailbison-306cc08e/Kzt26f4kxjobhFrT/images/import-lead-into-campaign.mp4?fit=max&auto=format&n=Kzt26f4kxjobhFrT&q=85&s=c46f6d75f7b4fa3728606571ab467c61" type="video/mp4" data-path="images/import-lead-into-campaign.mp4" />
    </Frame>
  </Tab>
</Tabs>
