Skip to content

Telegram

Telegram is the recommended beta channel for first live testing.

  1. Open BotFather in Telegram.
  2. Run /newbot.
  3. Copy the bot token.
  4. Paste it into the dashboard channel setup page or use the CLI.
Terminal window
genaug channels connect \
--project dayplan-agent \
--channel telegram \
--bot-token "$TELEGRAM_BOT_TOKEN"
genaug channels status --project dayplan-agent

General Augment sets the webhook to:

https://api.generalaugment.com/api/v1/webhooks/telegram

The 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.