High Heart Rate Alert
Send a notification when your heart rate goes above a threshold you set.
Your heart rate readings taken throughout the day by your phone or wearable.
Your heart rate readings taken throughout the day by your phone or wearable.
Unit: bpm
Track cardiovascular trends, catch elevated readings, and feed real-time data into health or fitness dashboards.
HC Webhook sends heart rate readings to any webhook — here are ideas to get you started.
Send a notification when your heart rate goes above a threshold you set.
Log every reading to InfluxDB and build a time-series chart in Grafana.
Compare post-workout heart rate with your resting baseline to gauge recovery.
Send yourself a daily email with your average, peak, and resting heart rate.
Update a sensor with your latest reading and use it in dashboards or condition-based automations.
Use elevated daytime heart rate as a proxy for stress and log it alongside mood data.
HC Webhook posts a JSON object containing a heart_rate array to your endpoint on every sync.
{
"timestamp": "2026-04-15T14:00:00Z",
"heart_rate": [
{ "bpm": 62, "time": "2026-04-15T08:00:00Z" },
{ "bpm": 78, "time": "2026-04-15T10:30:00Z" },
{ "bpm": 95, "time": "2026-04-15T12:00:00Z" },
{ "bpm": 68, "time": "2026-04-15T14:00:00Z" }
]
}Google Health Connect stores your heart rate 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.
Install HC Webhook and grant Health Connect permission for Heart Rate.
Paste your webhook URL — Home Assistant, n8n, Zapier, or any endpoint.
Set your sync schedule. Heart Rate readings arrive automatically, every time.
Steps
Your total step count for the day, recorded by your phone or wearable.
Learn moreSleep
How long you slept and your sleep stages — light, deep, and REM — from the night before.
Learn moreHeart Rate Variability
How much time varies between your heartbeats. Higher HRV generally means better recovery and lower stress.
Learn moreDistance
How far you walked or ran during the day, measured by your phone or wearable.
Learn more