Operations Surface
Automations
Rules should run off the Data Mirror and emit workflow intents, not spam the CRM directly on every condition check.
| Surface | Name | Active | Trigger Type | Rule |
|---|---|---|---|---|
automation | 3 sales in 24h -> review price | true | threshold | {
"count": 3,
"entity": "sales",
"groupBy": "product_id",
"durationSeconds": 86400
} |