Heroku Telegram Deployment
Quick operational guide for Telegram end-to-end testing on Heroku.
Fast path
npm run deploy:heroku:api -- <your-api-app-name>
Required checklist
- configure Mongo + Redis
- set required env vars (
JWT_*,GOOGLE_*,TELEGRAM_APP_*,MAILCOW_*) - set webhook to
/v1/telegram/app/webhook - test
/start -> link -> ask natural-language request
For detailed command-by-command setup, use: