Product EngineeringFeaturesIntegration DashboardBackend

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

ComponentPath
Trigger functionslivehealthapp/labs/integration_functions.py
Legacy webhook executionlivehealthapp/labs/pyhtonRQAPI.py
Logging decoratorslivehealthapp/crm/integrations/integration_directory.py
Payload builder & utilitieslivehealthapp/crm/integrations/utils.py
Retry viewslivehealthapp/crm/integrations/retry_integration.py
Modern dashboard APIscrelio-app/integration/views/
Modern retry enginecrelio-app/integration/utils.py
Modern DocumentDB modelscrelio-app/integration/models/

Sections

On this page