TradingView alerts are only as useful as your ability to actually notice them. A pop-up that appears while you’re in a meeting, or an email buried under a hundred others, doesn’t help you react to a breakout in real time. A webhook alert fixes that by handing the alert off to another app the instant it fires — no polling, no delay, no checking TradingView every few minutes. Here’s exactly how to set one up.
A webhook is a URL that TradingView sends an HTTP request to automatically, the moment one of your alerts triggers. Instead of TradingView only showing you a browser notification or sending an email, it calls that URL directly with your alert’s message attached. Whatever app owns that URL — TradeBeep, in this case — receives the alert instantly and can act on it immediately, like sounding a loud alarm on your phone.
This is different from TradingView’s built-in mobile push notifications in one important way: push notifications are silent by default and easy to miss, while a webhook lets a dedicated alarm app take over and make sure you actually notice.
You’ll need two things in place:
Open TradeBeep and sign in. Your unique webhook URL is generated automatically for your account — you’ll find it on your home screen under “Connection URL,” with a one-tap Copy button next to it. This URL is specific to your account, so anything sent to it will ring your device, not anyone else’s.
In TradingView, open the chart for the symbol you want to track and set your alert condition as you normally would — a price level, a crossing, a custom indicator condition, whatever you’re watching for. If you already have an alert you want to connect instead of creating a new one, open it for editing.
In the alert settings, scroll down to the “Notifications” tab and check the box for “Webhook URL.” Paste the Connection URL you copied from TradeBeep into the field that appears. Double-check there’s no extra space at the start or end — a stray space is one of the most common reasons a webhook silently fails to deliver.
TradingView lets you write a custom message for the alert, and this is what gets sent to the webhook. Keep it short and specific — something like BTCUSD hit target: {{close}} — so that when TradeBeep rings, the message on your phone tells you exactly what happened without needing to open TradingView first.
Use TradingView’s placeholders (like
{{ticker}},{{close}}, and{{time}}) in your alert message. They get filled in automatically when the alert fires, so your notification always shows the actual price and symbol instead of generic text.
Before relying on a new alert, trigger it once to confirm the full chain works. The easiest way is to temporarily set a condition you know will fire immediately (for example, a price alert just above the current price), save it, and wait for TradeBeep to ring. Once you’ve confirmed it works, go back and set the condition you actually want to track.
If you’ve followed these steps and nothing happens, the most common causes are a mistyped webhook URL, the alert’s trigger frequency being set to wait for a bar close, or your phone silently blocking the notification in the background. We cover all of these in detail in TradingView Alert Not Triggering? 9 Common Causes and Fixes.
Once it’s working, you can connect as many TradingView alerts as you want to the same webhook URL — there’s no limit on TradeBeep’s side. See pricing for details on the free trial and Pro plans.
A webhook is a URL that TradingView sends an HTTP request to the instant one of your alerts fires. Instead of TradingView only showing a pop-up or sending an email, it hits that URL with the alert's message, letting another app — like TradeBeep — receive it and act on it immediately.
Yes. Webhook URLs on alerts are a feature of TradingView's paid plans (Essential and above at the time of writing) — the free plan doesn't expose the webhook URL field. Check TradingView's current plan comparison page, since this has changed before.
Yes. Your TradeBeep webhook URL is tied to your account, not to a single alert, so you can paste the same URL into as many TradingView alerts as you want — each one will ring TradeBeep independently when it fires.