Connected to cc_crm.db

Overview

Total Leads & Contacts

{{ stats.customers_count }}

Total Companies

{{ stats.companies_count }}

Coresignal Unverified

{{ coresignalUnverifiedTotal }}

Hunter Pipeline

{{ hunterStatus.latest_report?.status || 'unknown' }}

Mode

{{ hunterStatus.phase || 'P1 research-only' }}

{{ hunterStatus.guardrail || 'No automatic prospect outreach' }}

Schedule

01:00 / 07:00 UTC

deterministic daily pipeline

Queue

A {{ hunterStatus.levels?.A || 0 }} / B {{ hunterStatus.levels?.B || 0 }} / C {{ hunterStatus.levels?.C || 0 }}

draft {{ hunterStatus.ops_queue?.draft_ready || 0 }} / enrich {{ hunterStatus.ops_queue?.enrich_needed || 0 }}

Latest Report

{{ hunterStatus.latest_report?.updated_at || 'not generated yet' }}

reports/hunter_daily_latest.md

Ops queue priority

internal only
No active Hunter queue rows.
Priority Lead State Next action Open
P{{ lead.ops_priority || 0 }}
{{ lead.name || '-' }}
{{ lead.title || lead.email || lead.linkedin || '-' }}
{{ lead.ops_status || 'new' }} {{ lead.ops_next_action || '-' }}

Recent unconverted leads

{{ hunterStatus.generated_at || '-' }}
No recent Hunter rows.

Top-5 Actionable — A-tier, not yet contacted

No A-tier leads pending outreach. Run Hunter scan or relax the filter.
# Name Title Email Why Open
{{ i+1 }} {{ c.name || '-' }} {{ c.title || '-' }} {{ c.email || '-' }} {{ c.score_reason || '-' }}

B-tier Coresignal — unverified emails

{{ coresignalUnverifiedTotal }} pending
No Coresignal unverified leads waiting for review.
Name Title Company Email Reason Open
{{ c.name || '-' }} {{ c.title || '-' }} {{ c.company_name || '-' }} {{ c.email || '-' }} {{ c.score_reason || '-' }}

Leads / Contacts

Double-click any cell to edit. Press Enter to save. Showing {{ (pagination.customers.page - 1) * pagination.customers.limit + 1 }} - {{ Math.min(pagination.customers.page * pagination.customers.limit, stats.customers_count) }} of {{ stats.customers_count }}.

Pg {{ pagination.customers.page }}
Name Title Company Telegram Email LinkedIn X (Twitter) Discord Status Stage Level Outreach Country Created At Actions
{{ customer.name || '-' }} {{ customer.title || '-' }} {{ customer.company_name || '-' }} {{ customer.telegram || '-' }} {{ customer.email || '-' }} {{ customer.linkedin || '-' }} {{ customer.twitter || '-' }} {{ customer.discord || '-' }} {{ customer.status || 'Lead' }} {{ customer.stage || '-' }} {{ customer.level || '-' }} {{ customer.outreach_status || 'never' }} {{ customer.country || '-' }} {{ customer.created_at ? customer.created_at.split(' ')[0] : '-' }}

Companies

Pg {{ pagination.companies.page }}
Company Name Contact Person Website LinkedIn X (Twitter) Discord Telegram Email Status Stage Level Country Actions
{{ comp.name || '-' }} {{ comp.contact_person || '-' }} {{ comp.website || '-' }} {{ comp.linkedin || '-' }} {{ comp.twitter || '-' }} {{ comp.discord || '-' }} {{ comp.telegram || '-' }} {{ comp.email || '-' }} {{ comp.status || 'Unknown' }} {{ comp.stage || '-' }} {{ comp.level || '-' }} {{ comp.country || '-' }}

{{ selectedCustomer.name || 'Unnamed Client' }}

Contact Details

Title: {{ selectedCustomer.title || '-' }}

Company: {{ selectedCustomer.company_name || '-' }}

Telegram: {{ selectedCustomer.telegram || '-' }}

Email: {{ selectedCustomer.email || '-' }}

导入 Excel

支持列:customer_name / f_parent_uid / 国籍 / level_name / 客户身份 / 近7日平台净收 / 近7天交易额。以 f_parent_uid 为唯一键 upsert。

导入 {{ importResult.imported }}
更新 {{ importResult.updated }}
跳过 {{ importResult.skipped }}
错误 {{ importResult.errors.length }} 条(前 3:{{ importResult.errors.slice(0,3).map(e => 'row ' + e.row).join(', ') }})
{{ importError }}