SHAWNY@HUMAN-OSON
OC

Health

Biometric data via Apple Shortcuts

Today

Steps
steps · today
Heart Rate
bpm · today
Sleep
hrs · today
Workout
min · today
Weight
kg · today

Log Health Data

Loading health data...

Apple Shortcuts Integration

Automated logging

Automate health data logging from iPhone or Apple Watch using Shortcuts + Personal Automation.

# Shortcut: Log Workout

1. Open Shortcuts → Automation → New Automation

2. Trigger: Workout ends

3. Action: Get Workout (duration, type)

4. Action: URL → POST /api/health

Authorization: Bearer <your-token>

Content-Type: application/json

Body: {"type":"workout_minutes","value":{duration},"unit":"min"}

# Endpoint

POST https://shawny-dashboard.hackermoree.workers.dev/api/health

Body schema:

{ type, value, unit, date?, notes? }

type: steps | heart_rate | sleep_hours | workout_minutes | weight