HC Webhook
count / day

Sync Steps to webhook.

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

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

Get it on Google Play
Ideas

What you can do with Steps data.

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.

Payload

What the data looks like.

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

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

Ready to sync your Steps data?

No account required. Your data stays on your device.

Get it on Google Play