HC Webhook
kcal

Sync Active Calories to webhook.

Calories you burned through movement and exercise, not counting your resting metabolism.

Compare calories burned against food intake, track workout intensity over time, and feed data into nutrition or fitness workflows.

Get it on Google Play
Ideas

What you can do with Active Calories data.

Calorie Burn to Google Sheets

Log daily active calories alongside food intake data to calculate your net balance.

Workout Intensity Trend

Chart weekly active calorie totals in Grafana to see if your training load is increasing.

Daily Burn Notification

Send yourself a push notification each evening with your total active calories for the day.

n8n Nutrition Workflow

Combine active calories with nutrition data in n8n to calculate net calories and log it to Airtable.

Goal Progress Alert

Send an alert when you have hit your target active calorie goal for the day.

Weekly Effort Report

Sum active calories for the week and send a Monday summary showing your busiest and lightest days.

Payload

What the data looks like.

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

{
  "timestamp": "2026-04-15T23:59:59Z",
  "active_calories": [
    {
      "kcal": 487,
      "start_time": "2026-04-15T00:00:00Z",
      "end_time": "2026-04-15T23:59:59Z"
    }
  ]
}

Ready to sync your Active Calories data?

No account required. Your data stays on your device.

Get it on Google Play