Si tu plan cuenta con esta funcionalidad, te notificaremos inmediatamente cuando encontremos alguna alerta asociado a uno de tus vehículos.
La alerta es por vehículo y el payload que recibirás será este:
{
"data": {
"uuid": "489194b8-7c4b-404c-9e5a-8553481c604a",
"date": "2026-06-02",
"car": {
"plate_number": "BBDL19"
},
"traffic_fines": [
{
"jpl": "COLINA JPL",
"rol": "049544",
"commune": "COLINA",
"reason": "TRANSITAR SIN DISPOSITIVO ELECTRONICO POR AUTOPISTA CONCESIONADA",
"amount": "71506",
"tariff": "4980",
"total": "76486"
},
{
"jpl": "POZO ALMONTE JPL",
"rol": "581",
"commune": "POZO ALMONTE",
"reason": "VEHICULO SIN TACOGRAFO O CON ESTE EN MAL ESTADO, CUANDO SU USO SEA OBLIGATORIO",
"amount": "107259",
"tariff": "4980",
"total": "112239"
},
{
"jpl": "POZO ALMONTE JPL",
"rol": "5028",
"commune": "POZO ALMONTE",
"reason": "VEHICULO SIN TACOGRAFO O CON ESTE EN MAL ESTADO, CUANDO SU USO SEA OBLIGATORIO",
"amount": "107259",
"tariff": "4980",
"total": "112239"
}
],
"tag": [
{
"company": "Autopista Central",
"amount": 5140
},
{
"company": "Costanera Norte S.A.",
"amount": 2152
},
{
"company": "Vespucio Norte Express S.A.",
"amount": 1353
}
],
"public_safety_fines": [
{
"commune": "SANTIAGO",
"amount": 35753,
"date": "2026-05-11",
"location": "SAN ANTONIO ENTRE STO. DOMINGO/MERCED",
"id": "V11666121"
}
],
"technical_inspection": {
"due_date": "2026-03-01",
"status": "vencido",
"gas_status": "vencido"
},
"soap": {
"status": "vencido"
},
"recalls": [
{
"date": "2026-04-01",
"title": "Vehículos DS DS7 Crossback híbrido, años 2022-2024",
"url": "https://www.sernac.cl/portal/619/w3-article-83857.html"
}
]
}
}Si la URL configurada responde con un código diferente de `200`, reintentaremos un máximo de 3 veces y una diferencia de tiempo de 5 minutos entre cada uno.
