HC Webhook
Health Metric

What is Blood Pressure?

Measured in: mmHg (systolic / diastolic)

Your systolic and diastolic blood pressure readings, logged from a connected blood pressure monitor.

Definition

What it measures

Your systolic and diastolic blood pressure readings, logged from a connected blood pressure monitor.

Unit: mmHg (systolic / diastolic)

Why Track It

Why it matters

Keep a complete reading history outside any app, get notified on high readings, and share data with health workflows.

Automations

What you can do with Blood Pressure data.

HC Webhook sends blood pressure readings to any webhook — here are ideas to get you started.

High Reading Alert

Send a notification when systolic pressure goes above 140 mmHg so you can take action.

Reading Log for Doctor Visits

Append every reading to a Google Sheet with timestamp so you have a clean record to share.

Weekly BP Trend Report

Email yourself a weekly average and highlight any readings that were outside normal range.

Home Assistant Health Dashboard

Show your latest systolic and diastolic readings on a Home Assistant dashboard tile.

Morning Check Automation

After a morning reading, trigger a Home Assistant routine — if readings are normal, start your usual schedule.

Airtable Health History

Build a full blood pressure log in Airtable with color coding for readings that fall outside your target range.

Data Format

What the JSON looks like.

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

{
  "timestamp": "2026-04-15T08:00:00Z",
  "blood_pressure": [
    {
      "systolic_mmhg": 118,
      "diastolic_mmhg": 76,
      "time": "2026-04-15T08:00:00Z"
    }
  ]
}
How to Export

Get Blood Pressure out of Health Connect

Google Health Connect stores your blood pressure 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 Blood Pressure.

  2. 02

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

  3. 03

    Set your sync schedule. Blood Pressure readings arrive automatically, every time.

Get it on Google Play

Start tracking your Blood Pressure data.

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

Get it on Google Play