Reports

Generate and export business reports

Weekly Performance Report

Comprehensive weekly summary of KPIs, leads, revenue, and agent performance.

Download JSON

Auto-generates every Monday at 8 AM

Monthly Summary

Month-over-month comparison with trend analysis.

Latest Report Preview

{
  "period": "2024-02-05 to 2024-02-12",
  "kpis": {
    "leads_acquired": 8,
    "websites_built": 3,
    "revenue": 11200,
    "cac": 293.33,
    "close_rate": 37.5
  },
  "agent_performance": [
    {
      "agent": "ColdOutreachOperator",
      "health_score": 85,
      "leads_closed": 3
    }
  ],
  "alerts": [
    {
      "type": "cac_high",
      "severity": "warning"
    }
  ]
}

Export Options

JSON Format

Machine-readable data

Available

PDF Report

Formatted for printing

Coming Soon

CSV Export

For spreadsheet analysis

Coming Soon