Skip to main content
WEBHOOK
Beta Feature: This functionality is currently in beta. You may experience changes or limited support as we continue to improve it.
Vooma posts this webhook to your server (TRACKING_UPDATE subscription) when a tracking write-in is available so you can persist it in your TMS. The payload is identified by movement using the same external ID conventions as the Movements API. Optional fields (trackingComment, arrivedAt, departedAt, currentLocation, trackingStatus) may be omitted or null when that update did not set them. trackingStatus is a free-form string, not an enum.

Body

application/json
trackingUpdate
object
required
event
enum<string>
required
Available options:
trackingUpdate.created

Response

OK