๐ Look-ahead awareness
The alarm evaluates daily forecast data for up to 14 days ahead, so you can prepare before adverse conditions arrive.
๐ Location-enriched
Every payload carries precise coordinates alongside city and district identifiers, making geo-routing effortless.
โ ๏ธ Targeted violations
Only metrics that actually breach your configured thresholds appear in
violations โ no noise, no guesswork.- Sample payload ๐พ
- Field glossary ๐
- violations array ๐
1
Identify the monitoring point ๐
Use
registrationId or recipientId to look up which of your assets or customers this alarm concerns โ pair it with city / district for a quick human-readable summary.2
Triage violations โ ๏ธ
Iterate over
violations and map each metric to your internal risk policies. A single alarm can bundle multiple metrics (e.g. simultaneous heavy rain and strong gusts), so evaluate each entry independently.3
Trigger downstream automation ๐ค
Use
forecasts[].time to schedule time-boxed actions โ for example, send a heads-up notification at T-3h before the first threshold breach, and escalate if value keeps climbing across consecutive slots.