Prestart Webhook

Prestart Webhook

Prestart Webhook

prestart.created event

{
id: 1, # unique ID of the Prestart
prestart_number: 100,
fleet_number: 'PM-01',
registration: 'ABC123',
completed_by: 'Jane Doe',
completed_at: '2023-12-11T14:17:33.283+11:00',
created_at: '2023-12-11T14:17:33.283+11:00',
hours: 1000,
mileage: 10000,
spare1: 'Notes for spare 1',
spare2: 'Notes for spare 2',
spare3: 'Notes for spare 3',
questions: [
{
question: 'I am fit for duty and not under the influence of drugs or alcohol',
fail_reason: '',
status: 'passed',
notes: ''
}
]
}


    • Related Articles

    • Create Prestart Records (Manually)

      Overview For customers that wish to upload paper-based Prestart checklists, these can be uploaded by creating Prestart records. Please see steps outlined below. The Documents module must be active on your subscription to upload documents. The delete ...
    • Prestart Checklists

      Overview To configure our Prestart app, you will need to create Prestart Checklists. Gearbox allows you to create a different checklist for different types of assets, as each type may require different daily checks to be completed. The below article ...
    • Viewing Load Sheets from Prestart in Gearbox

      Overview The purpose of this article is to show you how to view load sheets the driver has logged from Prestart. This article assumes a Load Sheet has been logged from Prestart already. Viewing Load Sheets 1. Click on Compliance (1) then click on ...
    • Webhook Verification

      Requirements Gearbox account with administration privileges Note: all code samples use Ruby Webhook Event A webhook event will contain the following header information: request['Content-Type'] = 'application/json' request['Accept'] = ...
    • Webhook Setup

      Requirements Gearbox account with administration privileges Restrictions After 10 failed attempts to deliver to an endpoint, the webhook will be disabled until a manual redeliver has succeeded Only HTTPS endpoints are supported, non-encrypted ...