The Oura plugin handles incoming webhooks. Point your provider’s subscription URL at your Corsair HTTP handler (see Overview for setup context and the exact URL shape).Documentation Index
Fetch the complete documentation index at: https://docs.corsair.dev/llms.txt
Use this file to discover all available pages before exploring further.
Webhook map
summarydailyActivity(summary.dailyActivity)dailyReadiness(summary.dailyReadiness)dailySleep(summary.dailySleep)
HTTP handler setup
app/api/webhook/route.ts
Events
Summary
Daily Activity
summary.dailyActivity
Payload: unknown
webhookHooks example
Daily Readiness
summary.dailyReadiness
Payload: unknown
webhookHooks example
Daily Sleep
summary.dailySleep
Payload: unknown
webhookHooks example