Notification when a Driver is Assigned to a Booking
Webhook
This webhook event, assignedDriver
, is triggered when a driver is assigned to a booking. It sends detailed information about the driver and the assignment. Use this event to update booking status in your system and to inform customers about their driver details.
Supported roles
- Partner
- 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
bookId string
bookingReference string
firstName string
lastName string
phone string
Phone number in E.164 format
Loading...