- Created chatwoot-agent-bot/ with Node.js webhook server - Bot detects intent (greeting, billing, technical, features, account) - Auto-responds from FAQ knowledge base or escalates to human - FAQ-KB.md: Living knowledge base that grows with customer questions - CHATWOOT-SETUP.md: Complete deployment and configuration guide - Supports Telegram notifications on escalation - Bot runs on port 3001, ready for Chatwoot webhook integration
32 lines
629 B
JSON
32 lines
629 B
JSON
{
|
|
"last_processed": 200,
|
|
"tier1_leads": [
|
|
{
|
|
"id": "1a992b36-847f-44d4-993c-063a503990c0",
|
|
"title": "HOT: heritageparkhoa.net",
|
|
"score": 6,
|
|
"breakdown": [
|
|
"Temp: HOT (+3)",
|
|
"Units: Unknown (0)",
|
|
"Budget PDF: Found (+2)",
|
|
"Website: Yes (+1)"
|
|
],
|
|
"temp": "HOT",
|
|
"units": null,
|
|
"budget_pdf": true,
|
|
"updated": "2026-03-24T17:44:42.589021"
|
|
}
|
|
],
|
|
"scoring_rules": {
|
|
"unit_range_ideal": [
|
|
150,
|
|
400
|
|
],
|
|
"unit_range_acceptable": [
|
|
100,
|
|
500
|
|
],
|
|
"require_budget_pdf": false,
|
|
"min_score": 6
|
|
}
|
|
} |