Backend
Backend engineering documentation for the Integration Dashboard — trigger functions, logging decorators, Fusion queueing, DocumentDB observability, Mirth handoff, and retry mechanics.
👤 Neha Lakhdive📅 Updated: Apr 13, 2026🏷️ feature
Integration Dashboard — Backend
This section covers the complete backend implementation of the Integration Dashboard. The system spans two codebases: legacy trigger and execution logic in livehealthapp, and the modern retry and observability layer in crelio-app.
Source Locations
| Component | Path |
|---|---|
| Trigger functions | livehealthapp/labs/integration_functions.py |
| Legacy webhook execution | livehealthapp/labs/pyhtonRQAPI.py |
| Logging decorators | livehealthapp/crm/integrations/integration_directory.py |
| Payload builder & utilities | livehealthapp/crm/integrations/utils.py |
| Retry views | livehealthapp/crm/integrations/retry_integration.py |
| Modern dashboard APIs | crelio-app/integration/views/ |
| Modern retry engine | crelio-app/integration/utils.py |
| Modern DocumentDB models | crelio-app/integration/models/ |