Alerts
Delivery channels, quiet hours and per-company routing.
Alerts are delivered by email through your own mail server, or by webhook to an endpoint you control. Nothing is routed through TechnoVision.
Channels
| Channel | Configuration |
|---|---|
| Uses the Odoo outgoing mail server; recipients set per rule or per company | |
| Webhook | POST with a signed payload; secret configured per endpoint |
Webhook payload
{
"rule": "Large partner export",
"severity": "high",
"company": "Example NV",
"event": { "type": "export", "model": "res.partner", "rows": 4812 },
"actor": { "login": "…", "session": "…", "address": "…" },
"occurredAt": "2026-01-01T21:14:07Z"
}Quiet hours
Quiet hours suppress delivery, not detection. Suppressed alerts are queued and delivered as a single digest when the window closes; critical severity can be configured to ignore quiet hours entirely.