HC Webhook
Health Metric

What is Steps?

Measured in: count / day

Your total step count for the day, recorded by your phone or wearable.

Definition

What it measures

Your total step count for the day, recorded by your phone or wearable.

Unit: count / day

Why Track It

Why it matters

Log your steps somewhere you own, build streaks, or trigger automations when you hit or miss your daily goal.

Automations

What you can do with Steps data.

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

Daily Steps to Google Sheets

Append your step count to a spreadsheet row every day to build a searchable activity history.

Goal Alert via Telegram

Send a Telegram message when you hit 10,000 steps — or a nudge at 8pm if you haven't.

Steps Chart in Grafana

Feed step data into InfluxDB and visualize weekly and monthly trends on a Grafana dashboard.

Weekly Report Email

Collect a week of step counts in n8n and email yourself a summary every Sunday.

Home Assistant Sensor

Update a sensor with today's steps and use it in dashboard cards or automations.

Streak Tracker in Notion

Add a row to Notion for each day and highlight days where you hit your target.

Data Format

What the JSON looks like.

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

{
  "timestamp": "2026-04-15T23:59:59Z",
  "steps": [
    {
      "count": 9842,
      "start_time": "2026-04-15T00:00:00Z",
      "end_time": "2026-04-15T23:59:59Z"
    }
  ]
}
How to Export

Get Steps out of Health Connect

Google Health Connect stores your steps 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 Steps.

  2. 02

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

  3. 03

    Set your sync schedule. Steps readings arrive automatically, every time.

Get it on Google Play

Start tracking your Steps data.

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

Get it on Google Play