WrikeGenie / Internal Portal
WPP Global Wrike

WrikeGenie

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.

🧰

Toolkits

Interactive, task-focused tools — “genies” for business and implementation users. Each runs right in your browser, showing every Wrike API call as it works.

πŸ”—

Services

Automation services that run inside Wrike and Power Automate — what they do, how they're triggered, their pre-requisites, and how to get access.

πŸ“š

Documentation

Source-of-truth reference and step-by-step procedures behind the toolkits and services — from the official Wrike API spec to operational SOPs.

πŸ› 

Developer & Admin

Configuration, storage tooling, and the JavaScript libraries the genies are built on. Mostly for maintainers and administrators of the suite.

Libraries
πŸ“¦
genieProxy
jslib/genieProxy.js

A fetch wrapper that logs every request and response structurally into localStorage — with header redaction, timing, and error capture.

πŸ”‘
genieAuth
jslib/genieAuth.js Β· genieInit.js

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.