Generic alerts shift the work
A message that only says 'page changed' forces the recipient to open the site, find the edit and decide whether it was expected before any response can begin.
Notification routing with evidence attached
Turn a detected page, API, SEO or accessibility change into an evidence-rich notification, then route it through email, Slack, Discord or a webhook without treating every edit as an emergency.
Alert decision
acme.com/pricing · checked 14:32 UTC
Pricing · High impact
Pro price changed from $12 to $15.
Delivery routes
The useful alert is not simply that a URL changed. It names the affected surface, shows the exact before and after state, explains why it qualified and reaches the owner while the context is still fresh.
A message that only says 'page changed' forces the recipient to open the site, find the edit and decide whether it was expected before any response can begin.
A price edit belongs with commerce, a canonical change with SEO and an unexpected download link with incident response. One undifferentiated channel quickly becomes background noise.
Rotating timestamps, recommendation widgets and harmless rewording can exhaust attention long before a contractual or revenue-impacting update arrives.
Each delivery can carry the diff, classification and destination context needed for a reviewer or downstream system to make the next decision.
Watch a stable CSS or XPath region, tracked number, keyword or stock label so unrelated page furniture does not control the notification.
Alerts can include the changed text, section, category, severity and AI summary while keeping a direct path to the complete evidence record.
On Pro and above, meaning-equivalent rewording can be retained silently while changes that alter obligations, availability or value continue to notify.
Use email for individual review, Slack or Discord for team visibility and webhooks when a qualified change should enter another system.
Send monitor, change, classification and evidence identifiers to an automation endpoint instead of scraping an email body for machine-readable context.
Inspect whether a destination accepted the notification and retry failed deliveries from the product workflow when the receiving service recovers.
The delivery path remains traceable from the source monitor through qualification and into each configured destination.
Capture the new state, calculate the relevant diff and create the timestamped change record before notification logic runs.
Evaluate thresholds, keywords, natural-language conditions, confidence and optional semantic meaning against the recorded event.
Build a concise email or team message, or a structured webhook payload, with a link back to the full evidence.
Record destination outcomes so the dashboard can distinguish a quiet rule decision from a failed external delivery.
A website alert cannot arrive before the monitor checks the source, and a successful OnChange handoff cannot control the final behavior of an external email or chat provider.
Questions about website change alerts
All four alert destinations are included on the Free plan. Start with the page and owner that already depend on manual checking.