HC Webhook
kg

Sync Weight to webhook.

Your body weight as recorded by a connected scale or app in Health Connect.

Build a long-term weight history, track trends without relying on any app, and get alerts when you hit milestones.

Get it on Google Play
Ideas

What you can do with Weight data.

Weigh-In Log in Google Sheets

Every time you log a weight, it gets appended to a spreadsheet with the date automatically.

Weight Trend Chart

Feed weight data into InfluxDB and chart your rolling 30-day trend in Grafana.

Goal Milestone Alert

Send a notification when your weight crosses a target you set — for gains or losses.

Weekly Average Report

Calculate a 7-day average weight in n8n and send it to yourself every Monday to reduce noise from daily fluctuations.

BMI Calculator

Combine weight with your height in an n8n formula to log your BMI alongside each weigh-in.

Body Composition Log

Store weight alongside body fat percentage and lean mass in Notion for a full body composition history.

Payload

What the data looks like.

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

{
  "timestamp": "2026-04-15T07:30:00Z",
  "weight": [
    { "kg": 78.4, "time": "2026-04-15T07:30:00Z" }
  ]
}

Ready to sync your Weight data?

No account required. Your data stays on your device.

Get it on Google Play