This page covers the four data-driven alert types and their configuration. For the full picture - task activity, scout escalations, delivery matrix, digests, and the unified feed - see Activity & Alerts.
Field Alert Types
NDVI Drop Alert
Triggers when NDVI falls by a defined amount between consecutive imagery acquisitions. Use this to catch rapid deterioration — crop disease, hail damage, or sudden drought stress — as soon as it registers in the data.
Threshold Alert
Triggers when any supported index (NDVI, NDRE, NDWI) crosses a value you set. Useful for monitoring slow-developing stress such as nutrient deficiency or prolonged waterlogging that approaches a critical level over several weeks.
New Imagery Alert
Notifies you the moment a new, cloud-free imagery acquisition is validated and available for a field. Use this when you are actively monitoring a disease outbreak or a recently applied treatment and need to know the instant fresh data arrives.
Weather Alert
Triggers on weather events detected at your field location: frost risk (temperature forecast below 0 °C within 48 hours), drought stress (consecutive days below 30% field capacity), or excessive rainfall (cumulative precipitation exceeding your defined threshold).
Creating an Alert
1
Open the Alerts tab
Navigate to Fields, select the field you want to monitor, and click the Alerts tab. Existing alerts for this field are listed with their current status.
2
Start a new alert
Click New Alert. The alert configuration panel opens.
3
Choose the alert type
Select one of the four alert types: NDVI Drop, Threshold, New Imagery, or Weather. The configuration fields update to match the selected type.
4
Set conditions
Configure the trigger conditions for your chosen type:
- NDVI Drop — set the minimum drop magnitude (e.g., 0.15 between any two consecutive passes)
- Threshold — select the index and the value it must cross (e.g., NDRE falls below 0.18)
- New Imagery — no additional conditions; fires on every new validated acquisition
- Weather — select the event type and set the numeric threshold if applicable
5
Choose delivery channels
Select one or more delivery methods: Email, SMS, or Webhook. You can combine all three for a single alert. See the Delivery Channels section below for setup details.
6
Save the alert
Click Save Alert. The alert activates immediately and begins evaluating conditions against every new imagery acquisition or weather update for this field.
Delivery Channels
- Email
- SMS
- Webhook
Enter up to five email addresses per alert. Each address receives a formatted HTML email containing:
- Alert name and field
- Triggered condition and current index value
- A thumbnail of the latest NDVI map with the affected area highlighted
- A direct link to the field in the platform
Webhook Payload Example
When an NDVI Drop alert fires, SemaiSens sends a payload structured like this:details object varies by alert type. Threshold alerts include index, threshold_value, and current_value. Weather alerts include weather_event, forecast_value, and forecast_time.
Managing Alerts
Access all alerts across every field from Settings > Alerts in the left sidebar. From this view you can:- Mute an alert for a defined period (e.g., during a planned dormancy period or off-season) without deleting it
- Edit thresholds, delivery channels, or conditions at any time
- Delete an alert permanently
- View history — a log of every time an alert has fired, including delivery status for each channel
Alert notifications are typically delivered within 30 minutes of a new imagery acquisition completing validation and ingestion. Weather alerts fire as soon as the underlying forecast data updates, which occurs every six hours. During periods of high imagery volume across the platform, delivery may occasionally extend to 60 minutes.
Guardrails
This module follows the shared guardrails template. The agent and every non-agent write path must respect these rules. Thealert_rule is the human-authored configuration; the alert is the machine-fired instance. Muting acts on the rule, not the instance. Delivery routing acts on the instance.
Related
- Activity & Alerts - the umbrella module. Covers task, scout, map, imagery, and system activity in addition to field alerts, plus the delivery matrix, digests, and AI escalation.
- Risk Model - the rule card schema that defines the thresholds behind every field alert.
- Field Scouting - turn alerts into GPS-routed scout tasks.
- Notification Preferences - configure channels, quiet hours, and digest cadence.