Creating Your JustTicks Telegram Alert Bot
Follow this step-by-step guide to set up automated trading alerts directly to your Telegram. No technical knowledge required!
Create a Telegram Bot & Get Token
- Open Telegram app on your phone or desktop
- Search for "BotFather" (official Telegram bot that creates bots)
- Start chat with BotFather by clicking "Start" button
- Type /newbot and send this message
- BotFather will ask for a name for your bot - type any name (Example: "JustTicksAlertBot")
- Next, BotFather will ask for a username - it must end with "bot" (Example: "justticks_alert_bot")
- If successful, BotFather will send you a message with your API token like:7845028536:AAFZj6r0__FSsmyrerJgdsc8FeJhJ01O1CU
- IMPORTANT: Save this token somewhere safe - it's the password to control your bot
Create a Private Group
- In Telegram, click the pencil icon (bottom right) to start a new message
- Select "New Group"
- Add at least one contact (you can remove them later if needed)
- Name your group "JustTicksAlert" or any name you prefer
- Click "Create"
- Once created, click the group name at the top
- Click "Edit" or the pencil icon
- Set group to "Private" in the privacy settings
- Go back to group settings
Add Bot as Administrator
- In group settings, select "Administrators"
- Click "Add Administrator"
- Search for your bot's username (the one you created with BotFather)
- Select your bot
- Enable all permissions for the bot
- Save changes
Get Chat ID
- Search for your bot's username in Telegram
- Send a message like "Hi" to the group where your bot is an admin
- Open your web browser (Chrome, Safari, etc.)
- Copy-paste this URL in your browser (replace with your actual token):https://api.telegram.org/bot7889028536:AAFZj6r0__FSsmyrqrJgdsc8FeJhJ01O1CU/getUpdates
- Look for something like this in the results:
"chat"
followed by an ID number - The number after
"id":
is your chat ID (it starts with minus for groups) - Save this chat ID
Add to JustTicks Settings
- Log in to your JustTicks account
- Go to "Settings" or "Account Settings"
- Find the "Notifications" or "Alerts" section
- Look for the "Webhook URL" field (where you can configure alert notifications)
- In the webhook field, enter the URL in this format:https://api.telegram.org/botYOUR_BOT_TOKEN/sendMessage?chat_id=YOUR_CHAT_ID
- Replace YOUR_BOT_TOKEN with your actual token
- Replace YOUR_CHAT_ID with your actual chat ID
- Example of a complete URL:https://api.telegram.org/bot7889028536:AAFZj6r0__FSsmyrqrJgdsc8FeJhJ01O1CU/sendMessage?chat_id=-1002611301857
- Click "Save" or "Apply Changes"
- Note: This webhook URL is what makes JustTicks send alerts directly to your Telegram group
Test Your Setup
- Click "Test Notification" in JustTicks settings if available
- Or paste your complete URL in a browser with &text=Test added at the end:https://api.telegram.org/bot7889028536:AAFZj6r0__FSsmyrqrJgdsc8FeJhJ01O1CU/sendMessage?chat_id=-1002611301857&text=Test
- You should receive a message in your Telegram group
Troubleshooting
If /getUpdates shows nothing, send another message to the group with the bot and try again.
For spaces in messages, replace spaces with + in the URL (Example: Hello+World)
Use URL encoding for special characters (?,&,#, etc.)
Need more help? Contact JustTicks support or visit our help center.