HC Webhook
HC Webhook+Make
Make Integration

Visual health data workflows with Make.

Make (formerly Integromat) lets you design automation scenarios with a visual drag-and-drop builder. Use HC Webhook as the trigger to route your Health Connect data into any of Make's 1,000+ app integrations.

Get it on Google Play
Setup

Up and running in minutes.

Add a Webhooks module in Make

Create a new scenario in Make. Add a "Webhooks > Custom Webhook" module as the trigger and copy the generated URL.

Configure HC Webhook

Paste the Make webhook URL into HC Webhook. Pick your health data types and set your sync schedule.

Design your scenario

Chain Make modules to route data wherever you need โ€” spreadsheets, CRMs, databases, or messaging apps.

Ideas

What you can build.

Multi-App Health Sync

Fan health data out to Google Sheets, Airtable, and Notion simultaneously in a single Make scenario.

Conditional Alerts

Use Make's Router and Filter modules to send different messages depending on whether you hit your step goal.

Trello Health Cards

Create a Trello card for each workout session. Build a Kanban-style training log automatically.

Google Calendar Events

Log exercise sessions from Health Connect as Google Calendar events โ€” keep your activity visible alongside your schedule.

HubSpot or CRM Logging

Push health data into a CRM custom field for wellness programs or corporate health tracking.

Discord / Telegram Digest

Post a daily health summary to a Discord server or Telegram group with Make's messaging modules.

Payload

Clean JSON. Every time.

Each sync posts one JSON object to your endpoint containing all selected data types as arrays. Only types with new data are included.

{
  "timestamp": "2026-01-15T23:59:59Z",
  "app_version": "1.7.1",
  "steps": [
    {
      "count": 8432,
      "start_time": "2026-01-15T00:00:00Z",
      "end_time": "2026-01-15T23:59:59Z"
    }
  ],
  "heart_rate": [
    { "bpm": 72, "time": "2026-01-15T08:30:00Z" },
    { "bpm": 68, "time": "2026-01-15T14:00:00Z" }
  ],
  "sleep": [
    {
      "session_end_time": "2026-01-15T07:00:00Z",
      "duration_seconds": 27000,
      "stages": [
        { "stage": "deep", "start_time": "...", "end_time": "...", "duration_seconds": 5400 }
      ]
    }
  ]
}

Ready to connect Make to Health Connect?

No account required. Your data stays on your device.

Get it on Google Play