This guide will help you configure automatic notifications from the TakeProfit platform to Telegram using your own bot and Webhook. This allows you to receive timely alerts directly in the messenger, enhancing your workflow efficiency.
/newbot
.123456789:ABCDefGhIJKlmNoPQRsTUVwxyZ
.chat_id
) where the bot will send notifications.
/start
.User ID
:
User ID
and other information.Chat ID
:
Chat ID
.<YOUR_BOT_TOKEN>
with the token from step 1.chat_id
and text
parameters.YOUR_CHAT_ID
with your User ID
or group Chat ID
.YOUR_MESSAGE
with your notification text or use TakeProfit variables.{{ticker}}
— The instrument’s ticker.{{exchange}}
— Exchange name.{{condition_type}}
— Type of trigger condition.{{condition_source_1}}
— Condition source (e.g., price).123456789:ABCDefGhIJKlmNoPQRsTUVwxyZ
987654321
BTC price exceeded $50,000
text
with a backslash (\
).
Example of the final message:
chat_id
and bot token are correct."parse_mode": "Markdown"
or "parse_mode": "HTML"
to the Payload for text formatting.
chat_id
s.