Auto-aceitar parceiros com score > 80
Acelere fretes com transportadoras de confiança.
json
{
"name": "Auto-aceitar parceiros confiáveis",
"trigger": "when_offer_received",
"scope": {},
"conditions": {
"all": [
{ "fact": "offer.carrier.is_partner", "op": "eq", "value": true },
{ "fact": "offer.carrier.score", "op": "gte", "value": 80 },
{ "fact": "offer.delta_vs_freight_pct", "op": "lte", "value": 5 }
]
},
"actions": [
{ "type": "auto_accept" },
{ "type": "notify", "event": "rule.auto_accept" }
],
"priority": 300,
"enabled": true
}O que acontece
- Parceiro com score ≥ 80 e oferta até 5% acima do preço → aceito instantaneamente.
- Demais ofertas seguem o fluxo normal de revisão.
- Histórico fica em Regras → Auditoria.