HC Webhook
Health Metric

What is Heart Rate?

Measured in: bpm

Your heart rate readings taken throughout the day by your phone or wearable.

Definition

What it measures

Your heart rate readings taken throughout the day by your phone or wearable.

Unit: bpm

Why Track It

Why it matters

Track cardiovascular trends, catch elevated readings, and feed real-time data into health or fitness dashboards.

Automations

What you can do with Heart Rate data.

HC Webhook sends heart rate readings to any webhook — here are ideas to get you started.

High Heart Rate Alert

Send a notification when your heart rate goes above a threshold you set.

Heart Rate to InfluxDB

Log every reading to InfluxDB and build a time-series chart in Grafana.

Workout Recovery Tracker

Compare post-workout heart rate with your resting baseline to gauge recovery.

Daily Summary Email

Send yourself a daily email with your average, peak, and resting heart rate.

Home Assistant Heart Rate Sensor

Update a sensor with your latest reading and use it in dashboards or condition-based automations.

Stress Level Indicator

Use elevated daytime heart rate as a proxy for stress and log it alongside mood data.

Data Format

What the JSON looks like.

HC Webhook posts a JSON object containing a heart_rate array to your endpoint on every sync.

{
  "timestamp": "2026-04-15T14:00:00Z",
  "heart_rate": [
    { "bpm": 62, "time": "2026-04-15T08:00:00Z" },
    { "bpm": 78, "time": "2026-04-15T10:30:00Z" },
    { "bpm": 95, "time": "2026-04-15T12:00:00Z" },
    { "bpm": 68, "time": "2026-04-15T14:00:00Z" }
  ]
}
How to Export

Get Heart Rate out of Health Connect

Google Health Connect stores your heart rate data from compatible apps (Samsung Health, Fitbit, Garmin, and more). HC Webhook reads that data on a schedule you set and forwards it as JSON to any URL you add — n8n, Home Assistant, Zapier, or your own API.

  1. 01

    Install HC Webhook and grant Health Connect permission for Heart Rate.

  2. 02

    Paste your webhook URL — Home Assistant, n8n, Zapier, or any endpoint.

  3. 03

    Set your sync schedule. Heart Rate readings arrive automatically, every time.

Get it on Google Play

Start tracking your Heart Rate data.

Free Android app. No account required. Data stays on your device.

Get it on Google Play