> ## Documentation Index
> Fetch the complete documentation index at: https://conductorone-docs-mcp-bridge-private-server.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up an ActiveCampaign connector

> C1 provides identity governance for ActiveCampaign. Integrate your ActiveCampaign account with C1 for unified visibility and governance over user access.

C1 provides identity governance for ActiveCampaign. Integrate your
ActiveCampaign account with C1 for unified visibility and governance over your
admin users and the permission groups they belong to.

## Capabilities

| Resource | Sync                                                          | Provision |
| -------- | ------------------------------------------------------------- | --------- |
| Users    | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |
| Groups   | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |

The connector syncs ActiveCampaign admin users and permission groups, along
with the group membership graph that grants each user their groups. A group
marked as an admin role surfaces an additional admin grant for its members.

<Note>
  ActiveCampaign users are the back-office admin accounts of your account, which
  are distinct from marketing **contacts**. This connector governs users and
  their group permissions; it does not sync contacts.
</Note>

## Gather ActiveCampaign credentials

<Warning>
  The ActiveCampaign user who owns the API key must be an account admin.
  Otherwise the connector cannot read users, groups, and group memberships, and
  the sync fails.
</Warning>

ActiveCampaign authenticates the API with a single API key plus your account's
API access URL.

<Steps>
  <Step>
    Sign in to ActiveCampaign as an account admin.
  </Step>

  <Step>
    Go to **Settings** > **Developer**.
  </Step>

  <Step>
    Copy the **API Access URL** (for example, `https://myaccount.api-us1.com`).
    The region segment (`api-us1`, `api-eu1`, and so on) varies by account, so
    copy it exactly.
  </Step>

  <Step>
    Copy the **Key** value. This is your API token.
  </Step>
</Steps>

## Configure the ActiveCampaign connector

<Tabs>
  <Tab title="Cloud-hosted">
    Follow these instructions to use a built-in, no-code connector hosted by C1.

    <Steps>
      <Step>
        In C1, navigate to **Integrations** > **Connectors** and click **Add connector**.
      </Step>

      <Step>
        Search for **ActiveCampaign** and click **Add**.
      </Step>

      <Step>
        Choose how to set up the new ActiveCampaign connector.
      </Step>

      <Step>
        Set the owner for this connector.
      </Step>

      <Step>
        Click **Next**.
      </Step>

      <Step>
        Find the **Settings** area of the page and click **Edit**.
      </Step>

      <Step>
        Enter the ActiveCampaign credentials:

        * **ActiveCampaign Base URL**: Your account's API Access URL, for
          example `https://myaccount.api-us1.com`.
        * **ActiveCampaign API Token**: The **Key** value from **Settings** >
          **Developer**.
      </Step>

      <Step>
        Click **Save**.
      </Step>

      <Step>
        The connector's label changes to **Syncing**, followed by **Connected**. You can view the logs to ensure that information is syncing.
      </Step>
    </Steps>

    **Done.** Your ActiveCampaign connector is now pulling access data into C1.
  </Tab>

  <Tab title="Self-hosted">
    Follow these instructions to run the ActiveCampaign connector in your own
    environment.

    <Steps>
      <Step>
        Create a secret for the ActiveCampaign API key.
      </Step>

      <Step>
        Configure the connector with:

        * **ActiveCampaign Base URL**: Your account's API Access URL, for
          example `https://myaccount.api-us1.com`.
        * **ActiveCampaign API Token**: The **Key** value from **Settings** >
          **Developer**, supplied as a secret.
      </Step>

      <Step>
        Deploy the connector using your standard self-hosted connector process.
      </Step>
    </Steps>

    **Done.** Your ActiveCampaign connector is now pulling access data into C1.
  </Tab>
</Tabs>
