Not every alert deserves the same channel
A domain quietly changing registrars and a domain hitting pendingDelete five minutes from
release are not the same kind of event — they shouldn't compete for your attention the same way. Picking the
right channel per event type is a small setup decision that has an outsized effect on whether you actually
act on an alert in time.
The three channels, honestly compared
Good for: daily digests, weekly summaries, low-urgency changes like a WHOIS registrar swap or a new backlink appearing. Bad for: anything time-sensitive. Email delivery latency is unpredictable, inbox placement isn't guaranteed, and most people don't have push notifications on for mail. Treat it as a record-keeping channel, not an action channel.
Telegram / push
The channel that actually gets read within seconds. A phone buzzing with a targeted message beats an email
sitting unread in a folder every time. This is where pendingDelete transitions, DNS status
flips (see what those codes mean), and anything you'd
want to react to immediately belongs. The tradeoff is noise — if every minor change also fires
here, you'll start ignoring it, which defeats the purpose.
Webhook
The channel for people who've outgrown manual reaction entirely. A webhook lets a status change trigger your own script — auto-queue a backorder, log to a spreadsheet, ping a Slack channel, whatever your workflow needs. Nobody has to be watching a phone for the system to respond. The setup cost is higher, but for anyone running more than a handful of serious targets, it's the only channel that scales past human reaction time.
A sane default setup
- Low-priority buckets (broad watchlists, speculative holds): email digest only.
- Active targets (domains you're actually trying to catch): Telegram/push for status and DNS changes.
- High-volume or automated workflows: webhook, feeding your own tooling instead of a human inbox.
The mistake to avoid
Turning everything on for every bucket. Alert fatigue is real — once a channel starts producing noise you don't act on, you stop trusting it, and the one alert that actually mattered gets lost in the pile. Match the channel to how fast you actually need to move, not to how easy it is to enable.