Obtaining connection values for Wrike
About this task
This topic provides instructions for obtaining the connection values for the Wrike connector.
Procedure
- Log in to your Wrike account.
- To generate the client ID, client secret, access token, and refresh token
(BASIC OAUTH) complete the following steps:
- Click your profile icon, and then select Apps and Integrations.
- Click the API tab.
- Specify an application name in the App name field, and then click Create
new.
The application page appears.
- Copy the Client ID and Client Secret values and save them somewhere safe.
- To generate an access token and refresh token, see OAuth 2.0 Authorization on the Wrike developers page.
- To generate the access token (BEARER OAUTH), complete the
following steps:
- Click your profile icon, and then select Apps and Integrations.
- Click the API tab.
- Specify an application name in the App name field, and then click Create
new.
The application page appears.
- Under the Permanent access token section, click Create token.
- Specify your Wrike login password, and then click Obtain token.
- 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.