Trip Interface Description 1.2.2 Help

Chat Message

A Chat message is generated when the driver sends a message using the messaging feature in the Drivers App

By default, chat messages sent using the messaging feature in the Drivers App are sent to the FleetControl backoffice. Upon request, the messages can be forwarded to an external system using Chat messages.

The data field of a Chat message consists of the properties described below.

Property

Nullable

Type

Description

message

false

string

The message as sent by the driver

Example

The example below contain a Chat message.

{ "type": "Chat", "data": { "message": "Test" }, "location": { "latitude": 52.128572, "longitude": 5.5662831, "speedMs": 0.0, "bearing": 75.0 }, "origin": { "appId": 60000153, "deviceId": "358240051111110", "driverNumber": "2", "coDriverNumber": null }, "vehicle": { "licensePlate": "TE-ST-12", "odometer": 250000 }, "messageTime": "2024-09-11T06:01:43.162Z" }
Last modified: 04 April 2025