Real-time inbound webhook performance dashboard.
Renders an interactive HTML dashboard showing webhook
call volume, success rates, source breakdown, and
recent calls. Uses Chart.js for visualisations and
auto-refreshes every 30 seconds via RPC fetch calls.
Currently sourced from bloom_hcscorecr (Credico
credit scoring webhook). Extendable to any bloom
webhook table.
| param1 | Returns |
|---|---|
| (empty) | Full HTML dashboard page |
refresh |
JSON with kpi, hourly, sources, recent |
Dashboard polls param1=refresh every 30 seconds
and updates Chart.js charts and KPI values in-place.
All colours sourced from get_palette():
secondarysuccessdangerlightPrimary table: bloom_hcscorecr
Key columns used:
CreateTime — timestamp for volume trendsbloom_status — Success/Failed classificationShortcode — source identifierIDNumber — lead identifierreturn_CreditLimit — scoring resultreturn_Bureau — bureau check resultCdnConstants.CHARTJS_4)