Connect your AI to Telegram

Telegram is the fastest path to a phone notification an agent can trigger, and the only setup is a bot token from BotFather plus a chat id. The token stays server-side; the agent supplies text and gets a receipt. The part that catches people out is the chat id, which is not the @username you see in the app and has to be read off an update the bot has already received.

The credential never enters the model context: it lives in the FlurryPORT secret store, deliveries are signed server-side, and every send returns a receipt your agent can quote.

Auth model
static_header
Suggested secret
TELEGRAM_BOT_TOKEN
Scopes
Bot token from @BotFather; rides the URL path (bot<token>/sendMessage).
Provider docs
https://core.telegram.org/bots/api

Recipes for Telegram

flurryport:telegram-senddelivery

Send Telegram messages from your AI; the bot token stays on the server.

More in Messaging