PROJECT REWIND
phone_iphone

Apple Health Setup

Sync your iPhone health data to Project Rewind

This creates an iOS Shortcut that sends your Apple Health data (steps, heart rate, HRV, sleep) to Project Rewind every morning automatically.

info

Follow the manual steps below to build the shortcut, or ask your admin for the iCloud import link.

Your Personal Token

Loading...

You'll paste this into the Shortcut in Step 3

1

Open Shortcuts App

Open the Shortcuts app on your iPhone. Tap the + button in the top right to create a new shortcut. Name it "Rewind Sync".

2

Add These Actions

Search and add each action in order:

A
Date

Current Date -> Format: Custom -> yyyy-MM-dd

B
Find Health Samples

Type: Step Count -> Last 1 Day -> Sum

C
Find Health Samples

Type: Active Energy -> Last 1 Day -> Sum

D
Find Health Samples

Type: Resting Heart Rate -> Last 1 Day -> Average

E
Find Health Samples

Type: Heart Rate Variability -> Last 1 Day -> Average

F
Text

Paste the JSON template below (tap to copy):

G
Get Contents of URL

URL: https://api.project-rewind.ca/api/health/apple -> Method: POST

H
Show Notification

Title: Rewind Sync -> Body: Apple Health data sent

JSON Template (for the Text action):

Replace [Date], [Steps], etc. with the Shortcuts variables from your previous actions

3

Set Headers & Token

In the "Get Contents of URL" action, add these headers:

Content-Typeapplication/json
AuthorizationLoading...

Set Request Body to the Text output from the previous action.

4

Automate Daily

Go to the Automations tab in Shortcuts:

  1. Tap + → Time of Day → 7:00 AM
  2. Select your "Rewind Sync" shortcut
  3. Toggle "Run Immediately" (no confirmation)

Done! Your Apple Health data will sync every morning at 7 AM.