SuperAdmin Dashboard
The SuperAdmin Dashboard is a lightweight, web-based interface designed specifically for non-technical stakeholders (sales, marketing, and management teams) to view customer statistics and metrics across the AngelCX platform.
→ Deployed SuperAdmin Dashboard
Overview
The dashboard provides a consolidated view of customer data and platform metrics through a simple, user-friendly interface. It was developed as a rapid solution to provide organizational-level insights without requiring technical expertise to interpret the data.
Architecture
sequenceDiagram
participant User as Business User
participant Webhook as n8n Webhook
participant n8n as n8n Workflow
participant Data as Data Sources
User->>Webhook: Access Dashboard URL
Webhook->>n8n: Trigger Workflow
n8n->>Data: Fetch Statistics
Data-->>n8n: Return Data
n8n->>User: Render HTML Dashboard
Components
-
Frontend Interface
- Simple HTML/CSS dashboard
- Generated using Google's Gemini AI
- Responsive design for various screen sizes
-
Backend Processing
- Implemented using n8n workflow blocks
- Data aggregation and processing
- HTML template population with live data
-
Access Point
- Exposed via n8n webhook
- URL:
https://n8n.coolify-internal.angelcx.ai/webhook/angelcx/dashboard - Internal access only
Implementation Details
Data Flow
- User accesses the dashboard URL
- n8n webhook triggers the workflow
- Workflow fetches and processes required statistics
- Response is generated as HTML with embedded data
- Dashboard is rendered in the user's browser
Security Considerations
- Internal URL access only
- No authentication required (assumes network-level security)
- No sensitive data exposure
- Read-only access to statistics
Usage
To access the dashboard:
- Ensure you're connected to the internal network
- Open a web browser
- Navigate to:
https://n8n.coolify-internal.angelcx.ai/webhook/angelcx/dashboard - The dashboard will automatically load with the latest statistics
Maintenance
The dashboard is maintained through the n8n workflow system. Any updates to metrics or visual changes should be made through the n8n workflow editor.