๐ŸŽ™๏ธ Voice Agent Dashboard

Dograh ยท Calls ยท Appointments ยท Updated: --:--:--
System Online
โ€”
Total Calls
โ€”
Appointments Booked
โ€”
Missed Calls
โ€”
Avg Call Duration
Recent Calls 0
Time Caller Duration Outcome Agent
No call data yet โ€” connect Dograh API to populate
๐Ÿ”Œ API Connection Required

This dashboard is ready but needs the Dograh API endpoint wired in.
Update DATA_URL in the script to point to your Dograh calls endpoint.

Expected API response shape:
{ "kpis": [ {"label": "Total Calls", "value": 47}, {"label": "Appointments Booked", "value": 12}, {"label": "Missed Calls", "value": 8} ], "calls": [ {"timestamp": "2026-05-30T14:00:00Z", "caller": "+447700900000", "duration": 124, "outcome": "booked", "agent": "sales-agent"} ] }