set_shortlist_alert
Set a drift alert on a saved shortlist to receive notifications when a site's national standing changes significantly, based on percentile or score drop, eliminating the need for constant polling.
Instructions
Set a DRIFT ALERT on a saved shortlist so you can stop polling and be notified when a site's national standing moves materially (Phase 5). Fires when any site in the shortlist has current percentile score < percentile_below OR score_delta_since_saved < delta_below (e.g. -8 = dropped 8 points vs when saved). Evaluated after each daily baseline refresh; delivers via webhook and/or email. This is the "wake me when it matters" loop for long-running siting campaigns. Scoped to your API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notify | Yes | Delivery: {"webhook":"https://..."} and/or {"email":"you@co.com"} — at least one required | |
| delta_below | No | Fire if any site's score_delta_since_saved drops below this — pass a NEGATIVE number, e.g. -8 (dropped 8+ points since saved) | |
| shortlist_name | No | The shortlist to monitor (created via save_to_shortlist) | |
| percentile_below | No | Fire if any site's current percentile objective_score drops below this (e.g. 70) |