Initial commit: Chatwoot Agent Bot for HOA Ledger IQ
This commit is contained in:
21
.env
Normal file
21
.env
Normal 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
|
||||
Reference in New Issue
Block a user