This webhook will be called when a driver have pressed Drive now button on a Load hub.

{
  "webhookId": "641d0bd2f220460080bc8b0f",
  "name": "startTrip",
  "sent": "2023-03-23T17:32:50.410Z",
  "data": [
    {
      "orderId": "6407c1bda5c68e022b5abf3a",
      "orderNumber": "TEST-ORDER-1",
      "requisition": "TEST-ORDER-1-REQUISITION",
      "tntKey": "dccd286c-8a17-4729-a499-6934d46930c1",
      "vehicleId": "5e1ddf5052f3b0002f18af81",
      "taskListId": "64998a85ce9d5d00c7d7cd7d",
      "companyName": "Company",
      "attention": "Att.",
      "phone": {
        "number": 12345678,
        "prefix": 45
      },
      "type": "destination",
      "eta": "2023-03-23T17:38:47.274Z",
      "taskDate": "2023-03-23T00:00:00.000Z"
    }
  ]
}

The data contains:

orderIdThe id of the order
orderNumberThe orderNumber of the order. Can be empty if not set
requisitionThe requisition number for the order. Can be empty if not set
tntKeyThe key to be used for the Track & Trace link
vehicleIdThe id of the vehicle that handle the order
taskListIdThe id of the task list the order is on
companyNameThe name of the company the driver will go to. Can be empty if not set
attentionThe attention for a person at the place the driver will go to. Can be empty if not set
phoneThe phone number for the place the driver will go to. The object can in some situation not be there if the phone number isn't set
typeDescribe if it's the origin or the destination of the order the driver will go to
etaThe estimated time of arrival
taskDateThe date of the task list the order have been added on