Initial commit: Chatwoot Agent Bot for HOA Ledger IQ

This commit is contained in:
2026-04-01 16:37:35 -04:00
commit 378e530f9e
776 changed files with 110986 additions and 0 deletions

21
.env Normal file
View File

@@ -0,0 +1,21 @@
# Chatwoot Agent Bot Configuration
# Generated: 2026-04-01
# Your Chatwoot instance
CHATWOOT_URL=https://chat.hoaledgeriq.com
# Bot credentials (from Settings > Bots)
BOT_WEBHOOK_TOKEN=Vcgim96XTZJqvFSvXZ1RUTMv
# Your personal API token (from Profile Settings)
CHATWOOT_API_TOKEN=yQtGbPCyVbspSLNebCsYPeLk
# Account ID (from URL: /app/accounts/1/...)
CHATWOOT_ACCOUNT_ID=1
# Telegram notifications (optional - skip for now, add later)
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
# Server port
PORT=3001