Wrike
Connect & Ingest data from Wrike
Wrike is a project management and work collaboration platform used by teams to plan, manage, and complete work. The Sling Wrike connector extracts data from the Wrike REST API v4, supporting tasks, folders, contacts, comments, workflows, custom fields, timelogs, attachments, groups, and spaces.
CLI Pro Required: APIs require a CLI Pro token or Platform Plan.
Setup
The following credentials and inputs are accepted:
Secrets:
access_token(required) -> Your Wrike Permanent Access Token
Inputs (optional):
wrike_host(optional) -> The Wrike host for your account (default:www.wrike.com). Useapp-eu.wrike.comfor EU accounts.anchor_date(optional) -> Starting date for first sync of incremental endpoints (ISO 8601 format). Defaults to 1 year ago.
Getting Your Permanent Access Token
Log in to Wrike
Navigate to Apps & Integrations > API or go directly to the API Console
Click Create new app
Give the app a name (e.g., "Sling Integration")
Click Save
Under Permanent access token, click Get token
Enter your Wrike password to confirm
Copy the token immediately — it is only shown once
Important: The permanent access token inherits all permissions of the user who generates it. For production use, consider creating a dedicated service account with read-only access.
Using sling conns
sling connsEnvironment Variable
See here to learn more about the .env.sling file.
Sling Env File YAML
See here to learn more about the sling env.yaml file.
Replication
Here's an example replication configuration to sync Wrike data to a PostgreSQL database:
This replication syncs all Wrike endpoints to PostgreSQL. Tasks, timelogs, and attachments use incremental mode to efficiently sync only new or updated records.
Endpoints
contacts
All contacts (users) in the account
No
workflows
All workflows and custom statuses
No
custom_fields
All custom field definitions
No
spaces
All spaces in the account
No
groups
All user groups
No
folders
All folders and projects
No
tasks
All tasks with full field details
Yes (updated_date)
comments
All comments across tasks and folders
No
timelogs
All time log entries
Yes (tracked_date)
attachments
All file attachments
Yes (created_date)
EU Data Residency
If your Wrike account is hosted in the EU data center, set the wrike_host input to app-eu.wrike.com:
If you are facing issues connecting, please reach out to us at [email protected], on discord or open a Github Issue here.
Last updated
Was this helpful?