Overview

A Transportation Management System (TMS) is a software platform designed to streamline and optimize the planning, execution, and analysis of transportation operations. It enables organisations to manage various transportation activities such as shipping, tracking, and delivery, thereby enhancing logistics efficiency.

Checkout the TMS Integration recipe for a step by step guide on the endpoints you will use:

Motive enhances TMS capabilities by integrating real-time data and communication tools, leading to several benefits:

๐Ÿ‘

The TMS Integration Workflow by Motive provides a structured approach to synchronize your Transportation Management System (TMS) with Motive's platform. This integration ensures seamless data flow between systems, enhancing operational efficiency. The workflow is divided into several key steps:

Step 1: Sync Entities

  • Sync Users: Begin by synchronizing your drivers between both systems. Retrieve a list of drivers from Motive using a GET request and update their details with a PUT request, ensuring consistency across platforms.
  • Sync Vehicles and Assets: Align your vehicles and assets data by performing similar GET and PUT requests, ensuring all entities are accurately represented in both systems.
  • Sync Dispatch Locations: Retrieve and update dispatch locations to ensure all pickup, drop-off, and stop points are correctly configured. Each stop on a dispatch must have a dispatch location, which can be specified using an address or latitude-and-longitude combination.

Step 2: Set up Operations

  • Track Vehicles and Assets: Utilize Motive's APIs to monitor the real-time location and status of your vehicles and assets, facilitating effective fleet management.
  • Get Driversโ€™ Available Time: Access drivers' available working hours to optimize dispatch planning and ensure compliance with regulations.
  • Communicate with Drivers: Send messages and updates directly to drivers through the integrated system, ensuring timely and efficient communication.

Step 3: Configure Dispatches

  • Get the Dispatch Forms: Fetch a list of all the forms that are required for your dispatch.
  • Get the Dispatch Locations: Fetch all the dispatch location that you want to service.
  • Create and Manage Dispatches: Create, update, and monitor dispatches within the integrated system, streamlining operations and improving coordination.

Step 4: View Reports

  1. Generate and View Reports: Access various reports, such as vehicle utilization and inspection reports, to gain insights into fleet performance and compliance.

In the next sections, you will see the steps for configuring the TMS workflow.