Register Your Application in Wrike App Console
To connect Wrike with StackOne, you need to register an application in the Wrike App Console to obtain OAuth 2.0 credentials.
Access Wrike App Console
Navigate to the Wrike App Console. Sign in with your Wrike account credentials if prompted.
Create a New Application
Click the + App button to create a new OAuth 2.0 application. You’ll see a form with the following fields.
- Enter an App name for your application (e.g., StackOne Wrike Integration)
- Provide an App description explaining your application’s purpose.
OAuth Credentials
In the OAuth section of the form, your application’s authentication credentials will be displayed.
- The Client ID will be displayed.
- The Secret key will be masked with asterisks (click the eye icon to reveal it — you will be prompted to enter your Wrike account password in a confirmation dialog — then copy it).
- Store both the Client ID and Secret key securely for use later.
Add Redirect URL
In the Redirect URLs section, add the StackOne OAuth callback URL https://api.stackone.com/connect/oauth2/wrike/callback.
Save Your Application
Review your configuration and click the Save button at the bottom right of the form to create your application.
Configure OAuth Scopes
Select the scopes your integration needs. You can specify these as a comma-separated list in the Scopes field when connecting your Wrike account in StackOne (e.g., Default,wsReadWrite). If not specified, it defaults to Default,wsReadWrite,amReadWriteWorkflow,amReadWriteInvitation,amReadWriteGroup,amReadWriteUser.
Important: The Default scope is always required and must be included when specifying custom scopes, otherwise the OAuth connection will fail.
Select scopes for your use case
Choose the scopes required for your integration based on the data and operations you need to access.
Creating the StackOne Connector Profile
To create the Connector Profile in StackOne for Wrike:Navigate to Connector Profiles
Create New Connector Profile
- Click + Connector Profile
- Search for and select Wrike
- Select Type as OAuth 2.0
- Fill out the fields using details retrieved from your provider:
- Client ID
- Client Secret
- Scopes (Optional)
- (Optional) Select Actions to be enabled for this Connector Profile
- Click Create profile