Triggere & Automatiseringsmotor
Konfiguration af automatiske natlige sweeps (AIS, DNV survey-vinduer, søsterskibsopslag) uden kodeændringer.
ais_north_sea
North Sea AIS Movement & Port Arrivals
Nightly sweep (02:00 UTC) detecting vessels newly arriving in Danish waters, Esbjerg, Skagen, Frederikshavn, Aberdeen, and Stavanger.
Kørselstidspunkt & Cron-tidsplan
0 2 * * *
Konfigurationsparametre (JSON)
{
"bounding_box": {
"min_lat": 53,
"max_lat": 60.5,
"min_lon": -3.5,
"max_lon": 12.5
},
"speed_threshold_knots": 0.5,
"target_ports": [
"Esbjerg",
"Skagen",
"Frederikshavn",
"Hirtshals",
"Aberdeen",
"Stavanger",
"Haugesund",
"Rotterdam"
]
}survey_due_window
DNV & IACS 90-Day Survey Window
Monitors upcoming Special Survey, Intermediate Survey, and Drydock due dates within 90 days across Nordic fleets.
Kørselstidspunkt & Cron-tidsplan
0 3 * * *
Konfigurationsparametre (JSON)
{
"days_ahead": 90,
"class_societies": [
"DNV",
"Lloyd's Register",
"Bureau Veritas",
"RINA"
],
"target_vessel_types": [
"PSV",
"AHTS",
"CTV",
"WTIV",
"Cable Laying",
"Seismic Research",
"Tanker (Chemical/Oil)"
]
}kill_list_size
Weekly Monday Commercial Focus Generator
Ranks and produces the top 20 actionable commercial prospects every Monday at 06:00 for the sales team.
Kørselstidspunkt & Cron-tidsplan
0 6 * * 1
Konfigurationsparametre (JSON)
{
"top_n": 20,
"weights": {
"survey_urgency": 0.25,
"retrofit_propensity": 0.2,
"account_fit": 0.15,
"commercial_value": 0.15,
"win_probability": 0.15,
"relationship_strength": 0.1
}
}sister_vessel_enrichment
Automatic Sister-Vessel Fleet Lookup
When a single vessel triggers an event, automatically queries CVR, Equasis, and IACS to pull in the owner's entire fleet.
Kørselstidspunkt & Cron-tidsplan
on_trigger
Konfigurationsparametre (JSON)
{
"auto_enrich_sister_vessels": true,
"max_fleet_depth": 50
}