Webhooks allow you to automate the transfer of data and notifications from the TakeProfit platform to other applications and services in real-time. This guide will help you set up notifications via webhooks in TakeProfit for integration with various services such as Telegram, Discord, Slack, or your own servers.
POST
method) to the URL you have configured for the webhook, transmitting data about the triggered alert in JSON format.
{{ticker}}
— The instrument’s ticker (e.g., BTC/USD).{{exchange}}
— The exchange name (e.g., Binance).{{condition_type}}
— The type of trigger condition (e.g., Crossing Up).{{condition_source_1}}
— The source of the first condition (e.g., closing price).{{close}}
— The closing price of the last bar.POST
requests at a specific URL.