How to connect a Telegram bot in Edmund Ng
Create a Telegram bot, obtain the API token, and link it to Edmund Ng so you can automate Telegram customer conversations.
Updated 1 min read
You can run a Telegram bot and plug it into Edmund Ng to automate replies, campaigns, and support workflows for customers who prefer Telegram.
Create the bot with BotFather
- Open Telegram and chat with @BotFather.
- Send
/newbotand follow prompts to set a name and username ending inbot. - Copy the HTTP API token BotFather gives you—treat it like a password.
Connect in Edmund Ng
- Log in to Edmund Ng.
- Add a Telegram channel and paste the bot token where prompted.
- Complete any webhook or verification step shown in the dashboard.
- Open your bot in Telegram and send
/startor a test message; confirm it appears in Edmund Ng.
Good practices
- Store the token in a password manager; rotate it in BotFather if leaked.
- Restrict who on your team can see channel credentials in Edmund Ng.
- For high volume, monitor Telegram’s rate limits and tune flow frequency.
Related: other channels in Documentation home.
