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

# Set up a Wrike connector

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

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

## Capabilities

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

Each Wrike contact of type Person is synced as a user. The user's account role
(Owner, Admin, External Collaborator, or Regular User) is recorded as a profile
trait. Group, Asset, and Robot contacts are not synced.

<Note>
  Wrike's contact data exposes whether a contact has been deleted, but it does not
  expose a separate deactivated state through the API used by this connector. A
  user who has been deactivated but not deleted is reported as enabled.
</Note>

## Gather Wrike credentials

<Warning>
  Create the API token while signed in as a Wrike user with the visibility you
  want the connector to have. A Permanent Access Token is scoped to one account
  and grants read access to that whole account on behalf of the issuing user.
</Warning>

<Steps>
  <Step>
    In Wrike, open the **Apps & Integrations** area and go to the **API**
    section (App Console).
  </Step>

  <Step>
    Under **Get token**, create a Permanent Access Token and copy it. Store it
    somewhere safe — Wrike shows the full token only once.
  </Step>

  <Step>
    Note your account's API region. US accounts use
    `https://www.wrike.com/api/v4` and EU accounts use
    `https://app-eu.wrike.com/api/v4`. If you are unsure, use the host Wrike
    returns for your account.
  </Step>
</Steps>

## Configure the Wrike 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 **Wrike** and click **Add**.
      </Step>

      <Step>
        Choose how to set up the new Wrike 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 Wrike credentials:

        * **Base URL**: Your account's API root, ending at `/api/v4` (for example `https://www.wrike.com/api/v4`).
        * **API token**: The Wrike Permanent Access Token you created.
      </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 Wrike connector is now pulling access data into C1.
  </Tab>

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

    <Steps>
      <Step>
        Create a secret for the Wrike API token.
      </Step>

      <Step>
        Configure the connector with your account's settings:

        * **Base URL**: Your account's API root, ending at `/api/v4`.
        * **API token**: The Wrike Permanent Access Token.
      </Step>

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

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