Alerts¶ Alert routing and delivery for check failures. Models¶ Alert configuration models. AlertConfig ¶ Bases: BaseModel Configuration for an alert destination. Sender¶ Webhook alert sender. send_alert(alert, result) ¶ Send a single webhook alert. Returns True on success. send_alerts(alerts, result) ¶ Send all configured alerts for a suite result. Returns a list of booleans indicating success/failure for each alert.