Features · Alerts

Alerts

Updated 2026-05-25 Feature eCommerce Insights team

Alerts are the way eCommerce Insights tells you something changed worth investigating. Configure rules around score drops, citation losses, crawler-access regressions, and new competitor mentions. Deliveries go to Resend email, Slack, or a generic webhook.

Score-change and citation-loss alerts with delivery channels.
Score-change and citation-loss alerts with delivery channels.

What it does

Alerts cover the gap between scheduled audits. Audits run on a cadence (typically weekly). When something changes between cadences that you would want to know about right now, an alert fires.

Rule types

Score drop
Fires when a tracked SKU's PDP or Rufus Score falls below a threshold or drops by more than X points week-over-week.
Citation loss
Fires when a SKU that was cited in a Prompt Runs session in the last week is silent this week.
Crawler-access regression
Fires when a bot that was previously allowed in robots.txt is now blocked.
New competitor mention
Fires when a previously untracked competitor appears in three or more Prompt Runs answers.
Score improvement
Positive variant of score drop. Useful for tracking lift after a release.

Delivery channels

Three channels supported. Each rule can target one or more.

Creating a rule

  1. Open Settings → Alerts

    Or click "New rule" from the Alerts page.

  2. Pick a rule type

    Score drop / Citation loss / Crawler regression / New competitor / Score improvement.

  3. Define the scope

    All SKUs, a tag (e.g. "best-sellers"), a category, or a specific SKU list.

  4. Set the threshold

    For score-drop, threshold and/or delta. For citation-loss, the engine list to check.

  5. Pick delivery channels

    Email, Slack, webhook. Multiple allowed.

  6. Pick batching mode

    Immediate / hourly digest / daily digest.

Cadence and quiet hours

Cadence is driven by the Scheduler. The default cadence is weekly for PDP audits and Prompt Runs sessions, which means score-drop and citation-loss rules effectively fire weekly. Crawler-access regression and new-competitor rules can fire as soon as the underlying check runs.

Quiet hours are configurable per workspace. Outside the quiet window, alerts queue until the next active window.

Action Inbox

Action Inbox is the in-app aggregate view of active alerts. Introduced in v14. The inbox sits on the Home view by default and shows ranked alert cards, filter pills (by rule type, by severity), and a one-click dismiss. Dismissed alerts move to History but are not deleted.

Common questions

How are alerts delivered?
Three channels supported: Resend email (RESEND_API_KEY in Settings), Slack incoming webhook, and a generic HTTP webhook for custom routing. Multiple channels per rule are allowed.
Can I batch alerts so I don't get hit by ten emails at once?
Yes. Each rule supports a batching mode (immediate / hourly digest / daily digest). Most teams use daily digest for low-priority and immediate for high-priority.
What happens if a rule fires while a rerun is still in progress?
eCommerce Insights debounces against the (rule, scope) pair. You won't get the same alert twice in the same run window.
Is there an API for alerts?
Yes — the generic webhook delivery is the primary integration path. Payload schema documented in the API reference.

Ask AI about this page

Open this topic directly in your favourite AI assistant — the prompt is prefilled.

Was this page helpful?
Thanks — recorded.

Try this yourself

See eCommerce Insights on your own catalog. The free trial covers your full SKU set across five AI engines.

Start free trial
LLM-friendly summary of this page
Alerts are configurable rules that fire when something changes. Delivery channels: Resend email (RESEND_API_KEY required), Slack incoming webhook, generic HTTP webhook. Multiple channels per rule. Rule types: score-drop (PDP Score or Rufus Score falls below threshold), citation-loss (a SKU that was cited in last week's Prompt Runs is silent this week), crawler-access regression (a previously allowed bot is now blocked), new-competitor mention (a competitor not previously tracked appears in answers), score-improvement (positive variant of score-drop for tracking lift). Batching modes per rule: immediate, hourly digest, daily digest. Debounce against (rule, scope) pair within a single run window. Action Inbox is the in-app aggregate view of active alerts; introduced in v14 with hero stats, filter pills, ranked cards, dismiss buttons. Email alerts and webhook delivery wired into Alerts.deliver() in v16.