BMI Calculation
Combine height with weight in an n8n formula to calculate and log your BMI automatically.
Combine height with weight in an n8n formula to calculate and log your BMI automatically.
Keep a personal health profile up to date in Airtable or Notion with all your biometric data.
Use height as one input in a custom VO2 Max or metabolic rate formula in your workflow.
Store a complete snapshot of your health profile — height, weight, and other biometrics — in your own database.
HC Webhook sends a JSON object to your endpoint. The height field contains an array of readings from the last sync window.
{
"timestamp": "2026-04-15T07:00:00Z",
"height": [
{ "cm": 178, "time": "2026-04-15T07:00:00Z" }
]
}