Notification on New Booking Creation
Webhook
The bookingCreated
webhook event is triggered when there is a new booking created from any sources.
Supported roles
- Fleet manager
Request
Header Parameters
x-gojo-request-signature stringrequired
HMAC hash combining your shared secret and the request payload. Utilize this hash to authenticate and validate incoming requests from Good Journey. This ensures the security and integrity of the data received.
- application/json
Body
Command Center
Car-hailing
Street sharing
Partner
Passenger app
API
PWA
Booking.com
HolidayTaxis
Hoppa
accepted
- Provider accepteddriverAssigned
- Booking has been assigned to driverdriverOnTheWay
- Driver has started job and on the way to the pickup pointpassengerOnBoard
- Passenger has been picked updroppedOff
- Dropped offcanceled
- CanceledpassengerNoShow
- Passenger was a no-showincident
- Booking has been marked as incident by the providercompleted
- Completed
bookId stringrequired
source string
Booking source:
status string
Booking status:
bookingReference string
passenger object
title string
firstName string
lastName string
phone stringrequired
Phone number in E.164 format
email string
driver object
phone string
Phone number in E.164 format
firstName string
lastName string
pickup object
latitude numberrequired
Possible values: >= -90
and <= 90
longitude numberrequired
Possible values: >= -180
and <= 180
address string
city string
country string
postcode string
destination object
latitude numberrequired
Possible values: >= -90
and <= 90
longitude numberrequired
Possible values: >= -180
and <= 180
address string
city string
country string
postcode string
pickupDateTime date-time
Pickup time in UTC timezone
vehicleType string
comment string
noPassengers integer
Number of passengers
noLuggage integer
Number of luggage
price object
value numberrequired
currency stringrequired
Loading...