Oura Sync
Auto-fill the dagchecks MAPI entity with daily Oura readiness, sleep score, HRV, and resting heart rate. Idempotent and safe to re-run.
⚡ Built-in — No Setup Required
This integration is built into the WebsitePublisher platform. All endpoints are available immediately — no API key needed.
Endpoints (2)
POST
sync-day
Sync one date from Oura into the dagchecks MAPI entity. If `date` is omitted, defaults to yesterday (Europe/Amsterdam) — i.e. the night just slept. Idempotent.
| Field | Type | Required | Description |
|---|---|---|---|
date |
string | No | |
entity_name |
string | No | |
overwrite_existing |
boolean | No |
POST
sync-range
Sync a date range (max 14 days) into dagchecks. Useful for backfilling.
| Field | Type | Required | Description |
|---|---|---|---|
start_date |
string | ✓ Yes | |
end_date |
string | ✓ Yes | |
entity_name |
string | No | |
overwrite_existing |
boolean | No |
MCP Tool Names
When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:
| Endpoint | MCP Tool Name |
|---|---|
| sync-day | oura_sync_sync_day |
| sync-range | oura_sync_sync_range |