Obtaining connection values for Wrike

About this task

This topic provides instructions for obtaining the connection values for the Wrike connector.

Procedure

  1. Log in to your Wrike account.
  2. To generate the client ID, client secret, access token, and refresh token (BASIC OAUTH) complete the following steps:
    1. Click your profile icon, and then select Apps and Integrations.
    2. Click the API tab.
    3. Specify an application name in the App name field, and then click Create new.

      The application page appears.

    4. Copy the Client ID and Client Secret values and save them somewhere safe.
    5. To generate an access token and refresh token, see OAuth 2.0 Authorization on the Wrike developers page.
  3. To generate the access token (BEARER OAUTH), complete the following steps:
    1. Click your profile icon, and then select Apps and Integrations.
    2. Click the API tab.
    3. Specify an application name in the App name field, and then click Create new.

      The application page appears.

    4. Under the Permanent access token section, click Create token.
    5. Specify your Wrike login password, and then click Obtain token.
    6. Copy the permanent access token (access token) value and save it somewhere safe.
      Note: The access token is only displayed at the time of creation and cannot be accessed again.
    Tip: For more information about generating permanent access tokens, see OAuth 2.0 Authorization on the Wrike developers page.