System Status
✓ Database
✓ Phase 1 · Ingestion
✓ Phase 2 · Scoring
✓ Phase 3 · Outbound
✓ Phase 4 · AI Replies
Live Numbers
0
Active Companies
0
Priority A
0
Priority B
0
CRM Queue
0
Active Sequences
0
Emails Sent
0
Replies
0
Interested
0
Deals Created
Phases
Phase 1 · Ingestion
SAM.gov, FPDS, Grants.gov — pulls and deduplicates US government contractor data nightly
Phase 2 · Scoring
19 buying signals, freshness decay, proposal + recruitment scores, A/B/C priority tiers
Phase 3 · Outbound
Zoho CRM sync, Apollo contact enrichment, email sequences, JustCall call tasks
Phase 4 · AI Replies
Claude AI classifies replies → INTERESTED auto-creates Zoho deal + call task
API Endpoints
/api/dashboard — Phase 1/2 intelligence metrics (JSON)
/api/outbound — Phase 3/4 pipeline + funnel metrics (JSON)
/health — Database connectivity check (JSON)
/track/open/{id} — Email open tracking pixel (GET)
/webhook/justcall — JustCall disposition webhook (POST)
SSH / CLI Commands
php run_workers.php all # Phase 1: pull SAM/FPDS/Grants
php run_scoring.php # Phase 2: score all companies
php run_phase3.php # Phase 3: CRM + enrich + sequences
php run_phase4.php # Phase 4: reply poll + AI classify
php tests/AcceptanceTests.php # Phase 1/2 tests (9 scenarios)
php tests/Phase34Tests.php # Phase 3/4 tests