Skip to main content
Alerts watch your metrics and notify you when results cross a threshold. When a simulation or live conversation finishes, Coval evaluates your conditions against the new results and dispatches notifications through the active channels.

Creating an alert

Open Alerts from the sidebar and click Create Alert. Give the alert a name and optional description, then configure what it watches, where it applies, and how it notifies your team.

What to alert on

Where to apply the alert

Conditions

Available conditions depend on the Watch setting: Numeric metrics support > >= < <= = and !=. String metrics support exact, not exact, contains, not contains, and case-insensitive matching.

Channels

Enable any combination of notification channels:

Advanced settings

  • Cooldown (seconds) sets the minimum time between notifications, from 0 to 86400 seconds (24 hours). Matches during the cooldown are suppressed.
  • Custom Message Template overrides the notification text with variables such as {{monitor_name}}, {{metric_name}}, {{actual_value}}, {{threshold}}, {{outcome}}, and {{run_url}}.
The template variable picker labels {{monitor_name}} as Alert Name. The token keeps its legacy name for compatibility; {{alert_name}} is not supported yet.

API access

Use the Alerts API to create and manage alerts programmatically. New integrations should use the canonical /v1/alerts endpoints. The existing /v1/monitors endpoints remain supported for compatibility.