Sends text messages to a Telegram channel, group, or chat via a bot (text-only, 4096 char limit). No setup here — paste the bot token from @BotFather and the target chat ID or @username when you add the account. The bot must be a member or admin of the target chat with permission to post.
Telegram connects with a bot token plus a chat/channel id — no OAuth app to register, just a bot created through Telegram's own chat interface (@BotFather).
In Telegram, search for "BotFather" (the account with the official verification badge) and tap Start.
OpenSend /newbot, then follow the prompts to choose a display name and a username ending in "bot" (e.g. corcolabs_bot).
BotFather replies with a token like 110201543:AAHdqTcvCH1vGWJxfSeofSAs0K5PALDsaw — paste this into the app's "Bot token (from @BotFather)" field.
Open the target channel/group's settings, go to Administrators, add the bot, and grant it permission to post messages.
OpenFor a public channel, use its @username directly; for a private channel/group, send any message in it then call https://api.telegram.org/bot<token>/getUpdates in a browser and read the numeric chat id (looks like -100…) from the response.
OpenEnter the @username or -100… id into the "Chat / channel id" field to finish connecting.
In Telegram, message @BotFather → /newbot → copy the token (looks like 123456:ABC-DEF…). Then add the bot to your channel/group as an admin with "Post Messages".
Public channel: use @username. Private channel/group: the numeric id (starts -100…) — post once in it, then read it from api.telegram.org/bot<token>/getUpdates.