HC Webhook
°C

Sync Body Temperature to webhook.

Your body temperature readings, logged from a connected thermometer or wearable.

Get notified of elevated readings, build a wellness log during illness, and track how temperature changes through recovery.

Get it on Google Play
Ideas

What you can do with Body Temperature data.

Fever Alert

Send a notification when your temperature goes above 37.5°C.

Daily Wellness Log

Append each reading to a Google Sheet to track how your temperature changes over days of illness.

Illness Recovery Tracker

Log temperature in Notion with timestamps so you can see when your fever broke.

Home Assistant Wellness Sensor

Show your latest temperature on a Home Assistant dashboard alongside other health metrics.

Post-Workout Temp Check

Log temperature after intense workouts to monitor for heat stress patterns.

Combined Health Dashboard

Chart temperature alongside heart rate and SpO2 in Grafana during illness periods.

Payload

What the data looks like.

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

{
  "timestamp": "2026-04-15T08:00:00Z",
  "body_temperature": [
    { "celsius": 36.8, "time": "2026-04-15T08:00:00Z" }
  ]
}

Ready to sync your Body Temperature data?

No account required. Your data stays on your device.

Get it on Google Play