The internal portal for WPP Global Wrike and its related services. It brings together internal documentation, toolkits, and services in one place — primarily for internal-facing teams.
Interactive, task-focused tools — “genies” for business and implementation users. Each runs right in your browser, showing every Wrike API call as it works.
Paste any Wrike permalink or v4 ID and instantly see whether it's valid, its type (Task, Folder, Project, Space), and key details.
βReconcile a simplified AutoAssign project into its v2 engine rule — registering each folder into the rule's Scope. Additive and safe to re-run.
βReconcile a simplified AutoRouting config into its v2 rule — Queue folders become the scope, Destination folders every move action's targets.
βRecreate a folder/space's sub-folder hierarchy under another. Discovers the tree, lets you review it, then creates matching empty folders.
βAutomation services that run inside Wrike and Power Automate — what they do, how they're triggered, their pre-requisites, and how to get access.
Copies an MMD Campaign's custom field values down to its tasks (Onshore & GOC). Triggered by the CopyToChild* field or automatically via Autoflip.
The Batch Campaign Archival service — a self-service Power Automate flow that tags completed campaigns in a space for archival.
βSource-of-truth reference and step-by-step procedures behind the toolkits and services — from the official Wrike API spec to operational SOPs.
Reference documents that back the tools — the official Wrike API v4 OpenAPI spec (with a live endpoint index), API recipes, and data models.
βStep-by-step SOPs for implementation and support cases — including access provisioning for the Admin and Operational dashboards.
βConfiguration, storage tooling, and the JavaScript libraries the genies are built on. Mostly for maintainers and administrators of the suite.
Set the Wrike API Base URL, App Id, and App Secret, run the OAuth authorization, and view or edit the stored access token.
βBrowse, inspect, edit, and delete the localStorage data written by the suite — with per-entry log management and JSON export.
A fetch wrapper that logs every request and response structurally into localStorage — with header redaction, timing, and error capture.
The Wrike OAuth 2.0 authorization-code flow — builds the auth URL, exchanges the code for a token, and refreshes it. All calls logged via genieProxy.