Telegram Notifications Setup
Learn how to configure Telegram notifications to receive instant alerts in your Telegram chats when content changes are detected.
Overview
Telegram notifications provide a fast and reliable way to receive content change alerts through the Telegram messenger app. Perfect for personal notifications and team communication.
Prerequisites
- You need a Telegram account and the Telegram app installed on your device
- Basic understanding of Telegram bots and how to interact with @BotFather
Step-by-Step Setup
Create a Telegram Bot
First, you need to create a Telegram bot using BotFather:
- Open Telegram and search for "@BotFather"
- Start a chat with BotFather and send the command: /newbot
- Choose a name for your bot (e.g., "My Content Tracker Bot")
- Choose a username for your bot (must end with "bot", e.g., "mycontenttracker_bot")
- Copy the bot token that BotFather provides (it looks like: 123456789:ABCdefGHIjklMNOpqrSTUvwxyz)
- Keep this token secure - you'll need it for configuration
Get Your Chat ID
Next, you need to find your Chat ID where notifications will be sent:
For Personal Messages:
- Start a chat with your newly created bot by searching for its username
- Send any message to the bot (e.g., "Hello")
- Open this URL in your browser: https://api.telegram.org/bot[YOUR_BOT_TOKEN]/getUpdates
- Replace [YOUR_BOT_TOKEN] with the actual token from BotFather
- Look for "chat":{"id": and copy the number that follows (your Chat ID)
For Group/Channel Messages:
- Add your bot to the group or channel
- Send a message mentioning the bot (e.g., "@yourbotname hello")
- Use the same getUpdates URL method above to find the group Chat ID
- Group IDs are usually negative numbers (e.g., -1001234567890)
Add Telegram Channel in Content Tracker
Now, configure the Telegram notification channel in your Content Tracker account:
- Go to your dashboard and navigate to "Notification Channels"
- Click "Add New Channel" and select "Telegram"
- Enter the bot token you received from BotFather
- Enter the Chat ID where notifications should be sent
- Configure the optional settings (see below for details)
- Click "Save" to create the channel
Configure Telegram Settings
Customize your Telegram notifications with these settings:
Bot Token
Required - From @BotFather
123456789:ABCdefGHI...
Chat ID
Required - Your chat/group ID
123456789 or
-1001234567890
Parse Mode
Message formatting style
Markdown, HTML, or
None
Disable Notification
Send silently
Checkbox option
Test Your Configuration
Click the "Test Configuration" button to send a test message. This ensures everything is working correctly.
You should receive a test message in your Telegram chat within a few seconds.
Assign to Tasks
When creating or editing tracking tasks, select your Telegram channel in the notification settings. You can assign multiple channels to each task.
Message Format Examples
Markdown Format
*Task:* Product Monitor
*URL:* [example.com](https://example.com)
*Time:* Mar 15, 2025 at 2:30 PM
*Changes:* 3 content changes detected
HTML Format
<b>Task:</b> Product Monitor
<b>URL:</b> <a href="https://example.com">example.com</a>
<b>Time:</b> Mar 15, 2025 at 2:30 PM
<b>Changes:</b> 3 content changes detected
Plain Text Format
Task: Product Monitor
URL: https://example.com
Time: Mar 15, 2025 at 2:30 PM
Changes: 3 content changes detected
Advanced Features
Group and Channel Support
Send notifications to Telegram groups or channels to share alerts with your team or community.
- • Private groups for team notifications
- • Public channels for community updates
- • Supergroups for large organizations
Silent Notifications
Enable "Disable Notification" to send messages silently without sound or vibration.
- • Perfect for non-urgent updates
- • Reduces notification fatigue
- • Ideal for frequent monitoring tasks
Rich Text Formatting
Choose between Markdown, HTML, or plain text formatting for your notifications.
- • Markdown: Simple *bold* and _italic_ formatting
- • HTML: Full HTML tag support
- • Plain: No formatting, just text
Cross-Platform Delivery
Receive notifications on all your devices where Telegram is installed.
- • Desktop, mobile, and web apps
- • Synchronized across all devices
- • Offline message storage
Troubleshooting
Not Receiving Messages?
- Verify the bot token is correct and hasn't been revoked
- Check that the Chat ID is correct (positive for users, negative for groups)
- Ensure you've started a conversation with the bot
- For groups: Make sure the bot is added and has permission to send messages
Finding Chat ID Issues
- Alternative: Use @userinfobot to find your personal Chat ID
- For groups: Add @userinfobot to the group and use /id command
- Make sure to include the negative sign (-) for group IDs
Bot Token Problems
- Bot tokens follow the format: 123456789:ABCdefGHIjklMNOpqrSTUvwxyz
- If your token is compromised, use @BotFather to regenerate it
- Never share your bot token publicly or in screenshots
Points Cost
Cost: Telegram notifications cost 2 points per notification sent. This is in addition to the base tracking task cost.
Best Practices
Bot Management
- Use descriptive bot names that identify their purpose
- Set a bot description and about text using @BotFather
- Keep bot tokens secure and rotate them periodically
Notification Strategy
- Use different chats for different types of monitoring
- Enable silent mode for non-critical alerts
- Choose formatting that matches your team's preferences