botserver/templates/sales/attendance-crm.gbai/attendance-crm.gbot/config.csv
Rodrigo Rodriguez (Pragmatismo) 1b669d4c11 feat(attendance): Multi-channel attendant config (email, phone, teams, google)
- Add email, teams, google columns to attendant.csv
- Add find_attendant_by_identifier() for multi-channel lookup
- Add find_attendants_by_channel() and find_attendants_by_department()
- Implement handle_status_command with database persistence
- Implement handle_transfer_command with actual transfer logic
- Update AttendantCSV struct with all new fields
2025-12-05 14:54:55 -03:00

1.1 KiB

1name,value
2# Bot Identity
3bot-name,Attendance CRM Bot
4bot-description,Hybrid AI + Human support with CRM integration
5# CRM / Human Handoff - Required
6crm-enabled,true
7# LLM Assist Features for Attendants
8attendant-llm-tips,true
9attendant-polish-message,true
10attendant-smart-replies,true
11attendant-auto-summary,true
12attendant-sentiment-analysis,true
13# Bot Personality (used for LLM assist context)
14bot-system-prompt,You are a professional customer service assistant. Be helpful and empathetic. When issues are complex or customers are frustrated transfer to human support.
15# Auto-transfer triggers
16auto-transfer-on-frustration,true
17auto-transfer-threshold,3
18# Queue Settings
19queue-timeout-minutes,30
20queue-notify-interval,5
21# Lead Scoring
22lead-score-threshold-hot,70
23lead-score-threshold-warm,50
24# Follow-up Automation
25follow-up-1-day,true
26follow-up-3-day,true
27follow-up-7-day,true
28# Collections Automation
29collections-enabled,true
30collections-grace-days,3
31# Working Hours (for auto-responses)
32business-hours-start,09:00
33business-hours-end,18:00
34business-days,1-5
35# Notifications
36notify-on-vip,true
37notify-on-escalation,true
38notify-email,support@company.com