added

New - Team Dispatches

With this release, we are launching team dispatch endpoints for Dispatches V1, V2, and V3.

The Dispatch endpoints now support team driving by allowing external systems to create, update, and fetch dispatches with multiple authorized drivers on a trip, while still preserving a single active driver_id for ownership and write behavior.

This enhancement makes it easier for TMS integrations to support driver handoffs during shift changes so the current driver always has access to the dispatch details, stop instructions, and trip updates. The feature is backward compatible, which means integrations that do not send co-driver data can continue using the existing single-driver flow without any changes.

Endpoints

Create team dispatches (v1, v2, v3)

Update team dispatches (v1, v2, v3)

Fetch the team dispatch data (v1, v2, v3)


Check out the documentation here:

V1: https://developer-docs.gomotive.com/reference/create-team-dispatches

v2: https://developer-docs.gomotive.com/reference/create-team-dispatches-v2

v3: https://developer-docs.gomotive.com/reference/create-a-new-dispatch-v3