The GET /contacts endpoint now supports additional filtering options, making it easier to retrieve specific contacts.

New filter parameters

  • You can now filter contacts by email, name, type, and active status for more targeted results.

Bot identification

The type field in the response now supports a new value Robot. This enables you to differentiate bot accounts from regular users and groups.

To improve and support future development, we're changing the way IDs are represented in our public Wrike API. This might affect your integrations if they apply any transformations, validations, or other checks on Wrike API IDs.

Please review your code for such cases before July 1, 2025, or your integrations might stop working.

Please refer to the Changes in API IDs Internal Structure (v4) page for more details, or contact our customer support if you need help.

We've added support for Datahub in our API.

To manipulate data in Datahub itself, see our Overview and Schema reference sections.

To manipulate the Datahub connection in Wrike (Link To Database and Mirror fields), the following Wrike API v4 parts were amended:

  • Custom fields. Link To Database and Mirror fields information have been added into the settings parameters along with addMirrors and removeMirrors.
  • Folders and projects. Link To Database and Mirror fields can be included into the customColumns parameter. Link To Database value can be queried and set via the customFields parameter.
  • Tasks. Link To Database value can be queried and set via the customFields parameter.

All of the Wrike API v4 changes are backward compatible.

We've added a new API that lets you view information about your account's Activity Reports in a programmatic way.

This allows for integration with security information and event management (SIEM) and cloud access security broker (CASB) systems, as well as ad-hoc analysis of users' activity.

BI Export API lets you export your account’s data for future import to third-party analytics tools (e.g. Tableau or PowerBI). The data is stored in tables, which are connected using foreign key identifiers (like in a relational database). Each table is stored as a separate .csv file.

For more details check documentation for the API and BI Export schema.

API webhooks are now out of beta and officially available and supported. Combined with various bugfixes and reliability improvements, the update also has new Webhooks features:

  • 16 new events, covering various changes to folders & projects
  • New event for task custom field change
  • Payload signing option, which allows you to set up fully secure communication channel via webhooks
  • Ability to specify list of events to subscribe
  • "Recursive" webhooks, which allow you to subscribe to changes anywhere in the folder/task hierarchy by registering just one hook on parent folder