HC Webhook
meters

Sync Distance to webhook.

How far you walked or ran during the day, measured by your phone or wearable.

Track weekly mileage, log runs to your own database, and get alerts when you hit monthly goals.

Get it on Google Play
Ideas

What you can do with Distance data.

Weekly Mileage Report

Total up your weekly distance in n8n and send a Monday morning summary to Slack or email.

Monthly Distance Goal Alert

Send a notification when you cross a monthly distance milestone like 100km.

Run Log in Google Sheets

Append daily distance to a spreadsheet alongside steps and active calories.

Distance Chart in Grafana

Feed distance data into InfluxDB and visualize your running history on a timeline.

Strava Supplement Log

Log Health Connect distance alongside Strava data to catch any walks that were not tracked as activities.

Home Assistant Commute Tracker

Update a sensor with daily distance to see how much you moved on days you commuted vs. worked from home.

Payload

What the data looks like.

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

{
  "timestamp": "2026-04-15T23:59:59Z",
  "distance": [
    {
      "meters": 7340,
      "start_time": "2026-04-15T00:00:00Z",
      "end_time": "2026-04-15T23:59:59Z"
    }
  ]
}

Ready to sync your Distance data?

No account required. Your data stays on your device.

Get it on Google Play