Skip to main content

Partnered TMS

If you use one of our partnered TMS platforms, Vooma Track will work largely out-of-the-box. If you would like to build a new integration, you’ll need to implement Shipment sync so that Vooma has an up to date record of your shipments, and write tracking status updates to keep Vooma informed of shipment locations.

Custom Integration

Notify Vooma when a new shipment is created in your system, when a shipment’s data is updated or both
Send tracking status updates to Vooma by writing to the Tracking Status endpoint. This endpoint accepts location updates for shipments using either geocoordinates (latitude/longitude) or city/state information, along with a timestamp and optional metadata.The endpoint requires:
  • loadId: The identifier for the shipment/movement
  • timestamp: Unix timestamp in milliseconds
  • location: Either geocoordinates (lat/lon) or city/state (city/state)
  • metadata: Optional additional information about the tracking status
Vooma will use these updates to provide real-time tracking visibility and detect potential issues proactively.