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
Set up Shipment sync
Set up Shipment sync
Write to Tracking Status endpoint
Write to Tracking Status endpoint
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/movementtimestamp: Unix timestamp in millisecondslocation: Either geocoordinates (lat/lon) or city/state (city/state)metadata: Optional additional information about the tracking status

