> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Wrike Changelog

> Release history for the Wrike connector. Each version lists what changed and which actions were affected.

<Card title="Wrike connector" icon="arrow-left" href="/connectors/wrike" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v1.2.0" description="18 Sept 2026">
  `data-sync`

  Added scheduled data sync to nine list actions: tasks, folders and projects, spaces, custom fields, contacts, groups, workflows, webhooks, and the account. These collections can now be kept in sync and read back without calling Wrike on every request. Tasks and groups page through Wrike's cursor, and the rest return their full collection in one call. All nine refresh in full, because Wrike's only updated-since filter takes a nested date range that scheduled sync cannot send.

  <AccordionGroup>
    <Accordion title="Changed · 9 actions updated">
      `wrike_get_folder_tree`, `wrike_get_spaces`, `wrike_list_contacts`, `wrike_list_custom_fields`, `wrike_list_tasks`, `wrike_list_webhooks`, `wrike_query_accounts`, `wrike_query_groups`, `wrike_query_workflows`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.0" description="11 Aug 2026">
  `new-events`

  Added programmatic webhook support with 43 event types across tasks, folders, projects, comments, attachments, approvals, and timelogs with connection guide.
</Update>
