Telegram
Telegram is the recommended beta channel for first live testing.
Create a bot
Section titled “Create a bot”- Open BotFather in Telegram.
- Run
/newbot. - Copy the bot token.
- Paste it into the dashboard channel setup page or use the CLI.
genaug channels connect \ --project dayplan-agent \ --channel telegram \ --bot-token "$TELEGRAM_BOT_TOKEN"genaug channels status --project dayplan-agentWebhook
Section titled “Webhook”General Augment sets the webhook to:
https://api.generalaugment.com/api/v1/webhooks/telegramThe gateway validates the Telegram secret token before processing updates.
Send hello to the Telegram bot from your Telegram account, then verify usage on the
dashboard usage page.