Weekly Mileage Report
Total up your weekly distance in n8n and send a Monday morning summary to Slack or email.
Total up your weekly distance in n8n and send a Monday morning summary to Slack or email.
Send a notification when you cross a monthly distance milestone like 100km.
Append daily distance to a spreadsheet alongside steps and active calories.
Feed distance data into InfluxDB and visualize your running history on a timeline.
Log Health Connect distance alongside Strava data to catch any walks that were not tracked as activities.
Update a sensor with daily distance to see how much you moved on days you commuted vs. worked from home.
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"
}
]
}