WHOOP
Sync WHOOP recovery, sleep, workout, and cycle data.
The WHOOP connector syncs member physiology into analytics-ready tables in your data warehouse. Pull cycles, recovery, sleep, and workouts from the WHOOP API, with Ingest handling auth, pagination, and retries so the tables stay current.
WHOOP is not a certified connector yet. Ingest authors one from the vendor's API documentation when a customer asks for it, runs it against the real API, and only then lists it as deployable. Request it and it moves up the queue.
What you can sync
Ingest lands the following WHOOP data in your warehouse or lake, each as its own table on the schedule you pick:
- Cycles
- Recovery scores
- Sleep
- Workouts
Authentication
OAuth2. Register an app in the WHOOP developer portal and authorize it against the member's account.
Credentials go into a form, never into a chat, and are held in a secret store under your own path. Only the key NAMES ever reach the control database.
Resources
- WHOOP API documentation: https://developer.whoop.com/
- Every source Ingest connects
- The tables Ingest creates
- Request WHOOP