HC Webhook
mmol/L

Sync Blood Glucose to webhook.

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

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

Get it on Google Play
Ideas

What you can do with Blood Glucose data.

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.

Payload

What the data looks like.

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

{
  "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" }
  ]
}

Ready to sync your Blood Glucose data?

No account required. Your data stays on your device.

Get it on Google Play