Daily Steps to Google Sheets
Append your step count to a spreadsheet row every day to build a searchable activity history.
Append your step count to a spreadsheet row every day to build a searchable activity history.
Send a Telegram message when you hit 10,000 steps — or a nudge at 8pm if you haven't.
Feed step data into InfluxDB and visualize weekly and monthly trends on a Grafana dashboard.
Collect a week of step counts in n8n and email yourself a summary every Sunday.
Update a sensor with today's steps and use it in dashboard cards or automations.
Add a row to Notion for each day and highlight days where you hit your target.
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"
}
]
}