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.

circle-check

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). Use app-eu.wrike.com for 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

  1. Navigate to Apps & Integrations > API or go directly to the API Consolearrow-up-right

  2. Click Create new app

  3. Give the app a name (e.g., "Sling Integration")

  4. Click Save

  5. Under Permanent access token, click Get token

  6. Enter your Wrike password to confirm

  7. Copy the token immediately — it is only shown once

circle-exclamation

Using sling conns

Environment 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

Endpoint
Description
Incremental

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]envelope, on discordarrow-up-right or open a Github Issue herearrow-up-right.

Last updated

Was this helpful?