Webhooks
- Set up webhooks for real-time notifications on booking and driver updates. Includes information on event types and webhook configuration.
📄️ Notification when a Driver is Assigned to a Booking
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.
📄️ Notification on Booking Status Change
The `bookingStatus` webhook event is triggered when there is a change in the status of a booking. It provides comprehensive updates for each stage of the booking process, such as when the booking is accepted, a driver is assigned, the driver is en route, the passenger is on board, and up to the point of drop-off or cancellation. This event allows for real-time tracking and management of bookings.
📄️ Notification of Driver's Location Update
The `driverLocation` webhook event is triggered whenever there is an update to a driver's location. This event is crucial for real-time tracking of drivers, enabling efficient management of ride progress and enhancing customer service by providing live location updates of the assigned driver.
📄️ Notification on New Booking Creation
The `bookingCreated` webhook event is triggered when there is a new booking created from any sources.