Integrations · Automate
Shortcuts & App Intents
Eight App Intents let you trigger exports, fetch summaries, and toggle the schedule from Siri, the Shortcuts app, Focus filters, automations, and any other AppIntent-aware host.
Available intents
Where to find them
Open the Shortcuts app on iOS or macOS. Tap the + button to create a new shortcut, search for "Health.md" or any of the intent titles above. They live under the Health category.
Most intents have openAppWhenRun = false, so they execute headlessly — no app launch, no UI flash. They work from automations, Focus filters, the Hey Siri handoff, and the Action Button.
Recipe: nightly export with confirmation
- Personal Automation → Time of Day → 11:30 PM, every day.
- Export Yesterday's Health Data intent.
- Get Last Export Status intent.
- Show Notification with the result.
Recipe: backfill on a one-off
- Create a shortcut.
- Export Health Data for Date Range with start = 2024-01-01, end = 2024-12-31.
- Run from Shortcuts. Walks the year, writes one file per day. May take a few minutes for full years.
Recipe: pause schedule on vacation
- Focus filter: when Vacation Focus turns on, run Turn Scheduled Export On or Off with Enabled = false.
- When Focus turns off, run again with Enabled = true.
Authorization required.
Intents inherit your in-app HealthKit permission and vault selection. They will fail with a clear error if the app hasn't been opened-and-set-up at least once on this device.