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
| Direction | Flow | Description |
|---|---|---|
| Inbound | Your EHR → Insight Health | You push appointment data to us whenever appointments are created, updated, or cancelled. |
| Outbound | Insight Health → Your EHR | We push clinical notes and summaries to your endpoint after an AI-assisted encounter completes. |
Base URLs
| Environment | URL |
|---|---|
| Staging | https://integrations.api.lumi.build |
| Production | https://integrations.api.insighthealth.ai |
The staging environment behaves identically to production. Use it with your staging credentials for development and testing.
Next steps
- Complete the Onboarding checklist.
- Set up Authentication with your API key and signing key.
- Implement the Sync Appointments endpoint to push appointment data.
- Build a receiver for Push Notes to accept clinical notes from Insight Health.
Last updated on