Skip to Content
Webhook IntegrationOverview

Webhook Integration

The Insight Health EHR Webhook Integration provides a secure, bi-directional data exchange between your EHR system and the Insight Health platform.

Data flows

There are two data flows, both authenticated with API key + HMAC-SHA256 request signing.

Click to expand
DirectionFlowDescription
InboundYour EHR → Insight HealthYou push appointment data to us whenever appointments are created, updated, or cancelled.
OutboundInsight Health → Your EHRWe push clinical notes and summaries to your endpoint after an AI-assisted encounter completes.

Base URLs

EnvironmentURL
Staginghttps://integrations.api.lumi.build
Productionhttps://integrations.api.insighthealth.ai

The staging environment behaves identically to production. Use it with your staging credentials for development and testing.

Next steps

  1. Complete the Onboarding checklist.
  2. Set up Authentication with your API key and signing key.
  3. Implement the Sync Appointments endpoint to push appointment data.
  4. Build a receiver for Push Notes to accept clinical notes from Insight Health.
Last updated on