HC Webhook
cm

Sync Height to webhook.

Your height as stored in Google Health Connect, usually set once in a connected app.

Use your height in calculations like BMI, VO2 Max estimates, or to keep a fitness profile in sync across tools.

Get it on Google Play
Ideas

What you can do with Height data.

BMI Calculation

Combine height with weight in an n8n formula to calculate and log your BMI automatically.

Fitness Profile Sync

Keep a personal health profile up to date in Airtable or Notion with all your biometric data.

VO2 Max Estimate Input

Use height as one input in a custom VO2 Max or metabolic rate formula in your workflow.

Health Record Backup

Store a complete snapshot of your health profile — height, weight, and other biometrics — in your own database.

Payload

What the data looks like.

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" }
  ]
}

Ready to sync your Height data?

No account required. Your data stays on your device.

Get it on Google Play