Wrike source
Introduction
The Wrike source connector connects to the Wrike API to validate access and (when available) extract data from your Wrike account.
Setup
Prerequisites
- A Wrike account
- A Permanent access token with access to the data you want to sync
- Know whether your Wrike account is hosted in the US or EU region (this determines the API host)
Create a Permanent access token
In Wrike, generate a Permanent access token (sometimes referred to as a personal access token). Use a token associated with a user that has sufficient permissions to read the objects you intend to sync.
Authentication
This connector authenticates using:
- Bearer token: your Wrike Permanent access token
During connection validation, the connector calls the Wrike API endpoint:
GET https://{api_host}/api/v4/contacts?me=true
If this request fails, credential validation fails.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_host | string | Yes | Wrike API host. Must be www.wrike.com (US) or www.eu.wrike.com (EU). |
permanent_access_token | string | Yes | Wrike Permanent access token used as a Bearer token for API requests. |
Streams
This connector is currently under development and does not yet extract streams.
Limitations
- Extraction is not yet implemented. Connection validation is supported, but sync runs will fail until extraction is released.