HC Webhook
Health Metric

What is Blood Glucose?

Measured in: mmol/L

Your blood sugar level readings, logged from a connected glucose meter or CGM app.

Definition

What it measures

Your blood sugar level readings, logged from a connected glucose meter or CGM app.

Unit: mmol/L

Why Track It

Why it matters

Log every reading to your own database, alert when levels go out of range, and build a full glucose history outside any single app.

Automations

What you can do with Blood Glucose data.

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

Out-of-Range Alert

Send a notification when glucose goes above or below your target range.

Reading Log in Google Sheets

Append every reading with timestamp to a spreadsheet — easy to share with your care team.

Daily Glucose Summary

Send a daily email with your average glucose, time in range, and any spikes.

Meal Correlation Log

Log glucose readings alongside meal times in Notion to spot which foods cause spikes.

Grafana Glucose Chart

Push readings into InfluxDB and visualize your glucose curve over any time period.

Care Team Sync

Build an n8n workflow that sends a weekly glucose report to a shared spreadsheet your doctor can access.

Data Format

What the JSON looks like.

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

{
  "timestamp": "2026-04-15T08:30:00Z",
  "blood_glucose": [
    { "mmol_per_l": 5.4, "time": "2026-04-15T07:00:00Z" },
    { "mmol_per_l": 6.1, "time": "2026-04-15T08:30:00Z" }
  ]
}
How to Export

Get Blood Glucose out of Health Connect

Google Health Connect stores your blood glucose 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 Glucose.

  2. 02

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

  3. 03

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

Get it on Google Play

Start tracking your Blood Glucose data.

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

Get it on Google Play