HC Webhook
mmHg (systolic / diastolic)

Sync Blood Pressure to webhook.

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

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

Get it on Google Play
Ideas

What you can do with Blood Pressure data.

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.

Payload

What the data looks like.

HC Webhook sends a JSON object to your endpoint. The blood_pressure field contains an array of readings from the last sync window.

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

Ready to sync your Blood Pressure data?

No account required. Your data stays on your device.

Get it on Google Play