← All posts

Webhooks vs Telegram: which crypto alert channel should you use?

When you set up a wallet watch in SCMon, you pick a delivery channel. The two live options — webhook and Telegram — suit different jobs. Here’s how to choose.

Use Telegram when a human needs to see it

Telegram is the no-code option. There’s nothing to build: start the bot, grab your chat id, and alerts arrive as messages.

A Telegram alert looks like this:

🔔 SCMon alert — TRON
USDT received: 10000000000 (raw)
from TSender…
tx …

Setup details are in the Telegram docs.

Use a webhook when a system needs to act

A webhook delivers a signed JSON payload to your endpoint, so software can react automatically.

Why not both?

Watches are independent, so a common pattern is to run two watches on the same wallet: a webhook that books the event in your system, and a Telegram alert that gives a human a heads-up. Different rules per watch let you, say, webhook everything but only ping Telegram on large transfers.

Whichever you choose, the quickstart gets the first one running in minutes — and you can change a watch’s channel any time with a PATCH.

Start watching a wallet in minutes

Free tier to try it. No card — top up in USDT or USDC when you scale.

Create your account →