HC Webhook
kcal

Sync Total Calories to webhook.

Total calories your body burned in a day — including your resting metabolism plus all movement.

Use total energy expenditure to calculate accurate calorie targets, balance intake against output, and track it alongside nutrition data.

Get it on Google Play
Ideas

What you can do with Total Calories data.

Net Calorie Calculator

Subtract food intake from total calories burned in n8n and log the result daily to a spreadsheet.

Calorie Budget Dashboard

Show total burn vs. intake on a Home Assistant dashboard to stay on track throughout the day.

Daily Summary Notification

Send a nightly notification with total calories burned and how it compares to your goal.

Weekly Energy Report

Average your daily total burn over the week and adjust your calorie targets accordingly.

Macro Planning Trigger

When total burn exceeds a threshold, trigger an n8n flow to remind you to eat more protein.

Airtable Health Log

Store total calories alongside sleep, steps, and weight in Airtable for a complete daily health record.

Payload

What the data looks like.

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

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

Ready to sync your Total Calories data?

No account required. Your data stays on your device.

Get it on Google Play