Notification Channels

Telegram Notifications Setup Guide

12 Aug, 2025 7 min read

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.

Cross-platform delivery
Rich text formatting
Personal & group chats

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

1

Create a Telegram Bot

First, you need to create a Telegram bot using BotFather:

  1. Open Telegram and search for "@BotFather"
  2. Start a chat with BotFather and send the command: /newbot
  3. Choose a name for your bot (e.g., "My Content Tracker Bot")
  4. Choose a username for your bot (must end with "bot", e.g., "mycontenttracker_bot")
  5. Copy the bot token that BotFather provides (it looks like: 123456789:ABCdefGHIjklMNOpqrSTUvwxyz)
  6. Keep this token secure - you'll need it for configuration
2

Get Your Chat ID

Next, you need to find your Chat ID where notifications will be sent:

For Personal Messages:

  1. Start a chat with your newly created bot by searching for its username
  2. Send any message to the bot (e.g., "Hello")
  3. Open this URL in your browser: https://api.telegram.org/bot[YOUR_BOT_TOKEN]/getUpdates
  4. Replace [YOUR_BOT_TOKEN] with the actual token from BotFather
  5. Look for "chat":{"id": and copy the number that follows (your Chat ID)

For Group/Channel Messages:

  1. Add your bot to the group or channel
  2. Send a message mentioning the bot (e.g., "@yourbotname hello")
  3. Use the same getUpdates URL method above to find the group Chat ID
  4. Group IDs are usually negative numbers (e.g., -1001234567890)
3

Add Telegram Channel in Content Tracker

Now, configure the Telegram notification channel in your Content Tracker account:

  1. Go to your dashboard and navigate to "Notification Channels"
  2. Click "Add New Channel" and select "Telegram"
  3. Enter the bot token you received from BotFather
  4. Enter the Chat ID where notifications should be sent
  5. Configure the optional settings (see below for details)
  6. Click "Save" to create the channel
4

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
5

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.

6

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

*🔔 Content Changed: Product Price*

*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>🔔 Content Changed: Product Price</b>

<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

🔔 Content Changed: Product Price

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

Still need help?

Our support team is available to help you with any questions.