Telegram
Receive instant alerts in a Telegram chat, group, or channel.
Setup
Create a Telegram Bot
- Open Telegram and search for @BotFather
- Send
/newbot - Choose a name for your bot (e.g.
SecureCheap Alerts) - Choose a username — must end in
bot(e.g.mycompany_securecheap_bot) - BotFather will send you a Bot Token like:
Copy and save this token.
1234567890:ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghi
Get your Chat ID
For personal messages:
- Send any message to your new bot
- Visit
https://api.telegram.org/bot<TOKEN>/getUpdates - Find
"chat":{"id":123456789}— that's your chat ID
For a group:
- Add your bot to the group
- Send a message in the group
- Visit
https://api.telegram.org/bot<TOKEN>/getUpdates - The chat ID for groups is negative (e.g.
-1001234567890)
For a channel:
- Add your bot as an administrator of the channel
- Get the channel's username (e.g.
@mycompany_alerts) - Use
@mycompany_alertsas the Chat ID
Add in SecureCheap
- Go to Integrations → + Add → Telegram
- Enter:
- Bot Token:
1234567890:ABCDefGH... - Chat ID:
123456789(or-1001234567890for groups)
- Bot Token:
- Click Save & Test
Alert message format
🔴 DOWN | Production API
URL: https://api.example.com/health
Duration: 4m 23s
Locations: Frankfurt, New York
Status: 503 Service Unavailable
🔗 View incidentTelegram bots can send to personal chats, groups, and channels. For critical infrastructure alerts, channels are recommended as they don't have rate limits and can be shared with your entire team.