Telegram Integration
Send signals to Telegram for mobile-friendly notifications or team channels.
Prerequisites
Section titled “Prerequisites”- A Telegram account
- Either a bot token (for bots you own) or just a chat ID (using CatchIntent’s bot)
Option 1: Using CatchIntent’s Bot
Section titled “Option 1: Using CatchIntent’s Bot”The simplest setup uses CatchIntent’s built-in bot.
-
Start a Chat with the Bot
Search for
@CatchIntentBotin Telegram and start a conversation. -
Get Your Chat ID
Send the command
/startto the bot. It will reply with your chat ID. -
Configure in CatchIntent
Go to Alerts → Notifications, add a Telegram notification, and enter your chat ID.
Option 2: Using Your Own Bot
Section titled “Option 2: Using Your Own Bot”For more control, you can use your own Telegram bot.
-
Create a Bot
Message
@BotFatherin Telegram and send/newbot. Follow the prompts to create your bot. -
Get the Bot Token
BotFather will give you an API token. Save this securely.
-
Get Your Chat ID
Start a chat with your bot, then use the Telegram API to get your chat ID:
https://api.telegram.org/bot<YOUR_TOKEN>/getUpdatesLook for the
chat.idin the response. -
Configure in CatchIntent
In Alerts → Notifications, add a Telegram notification. Enter both your chat ID and bot token.
Group Chats
Section titled “Group Chats”To send signals to a group:
- Add the bot to your Telegram group
- Get the group’s chat ID (it will be negative, like
-123456789) - Use the group chat ID in CatchIntent
Message Format
Section titled “Message Format”Telegram messages include:
- Signal title — Post summary
- Content preview — Original post text
- Relevance score — Match quality
- Link — Direct URL to original post
Connecting to Listeners
Section titled “Connecting to Listeners”After creating a Telegram notification:
- Go to Listeners
- Edit the listener you want to send to Telegram
- In the alerts section, select your Telegram notification
- Save the listener
Best Practices
Section titled “Best Practices”Mobile Notifications
Section titled “Mobile Notifications”Telegram is excellent for mobile alerts:
- Enable notifications for the chat/group
- Get immediate push notifications for high-intent signals
Dedicated Groups
Section titled “Dedicated Groups”Create a dedicated Telegram group for your team:
- Add the bot and relevant team members
- Discuss signals and coordinate responses directly in chat
Quiet Hours
Section titled “Quiet Hours”Use Telegram’s notification settings to mute during off-hours while still capturing signals.
Troubleshooting
Section titled “Troubleshooting”Not receiving messages?
- Verify the chat ID is correct
- Ensure you’ve started a conversation with the bot
- Check that the listener is active and connected
Using your own bot?
- Verify the bot token is correct
- Make sure the bot hasn’t been blocked or deleted
- Check that the bot has permission to message the chat