Driver edit location (driver app)
Drivers can now update customer location pins and add delivery notes directly from the MaxOptra driver app (Version 5.8.x). When arriving at a stop, drivers can use their current GPS to set a precise pin and add notes if needed making future deliveries smoother and more accurate for everyone involved. Learn more about Driver Edit Location feature
Webhooks
Improved webhooks to show current status in payload and ability to enable/disable webhook subscription with POST e.g. https://account.maxoptra.com/api/v6/subscriptions/subscription-reference/enable or /disable
New webhook subscription for Run events such as lock/unlock a run and sending runs to drivers "event": "RUN_STATUS_UPDATED" "LOCKED" / "UNLOCKED" / "SENT"
Example:
{
"event": "RUN_STATUS_UPDATED",
"url":"https://endpointURL.example",
"secret":"secret_for_signing",
"filterRunStatus": "LOCKED"
}
See documentation for more details https://maxoptra.stoplight.io/docs/api-v6-documentation/d9a93e86b7de3-create-a-subscription
New notification tag
[ETA DATE] tag for email/sms notifications This can be used in; 'driver on move' and 'n minutes before estimated arrival' notifications. It will be useful for overnight or multi-day runs.
Read more about SMS/Email messages (Notification templates)
Fixes
Fixed driving time showing milliseconds on Track&Trace
Fixed reports, Fuel cost report, Daily runs report, Order items delivery report showing all DC data when filter is empty
Fixed weight and width in wrong columns on order items delivery report ⚠️ Please double check your reports if you were working around this
Fixed recalculate future schedules after settings changed not making changes
Fixed track and trace showing -1 on grouped collection/deliveries capacity
UI Fixes
Fixed unallocated an order from start of run resequences run
Fixed US timezone issues with CSV import
Fixed Multi-select orders on map and drag only allocated one order
