# Notification Events

Whenever a status change occurs for a booking for a specific location, Tyro Connect will trigger a notification via the integration you have implemented.

The types of booking events are:

| Booking Event | Description |
|  --- | --- |
| `BOOKING_CREATED` | A new booking has been created |
| `BOOKING_UPDATED` | An existing booking has been updated |
| `BOOKING_SEATED` | APP indicated that the customer connected to the booking has been seated |
| `BOOKING_DINING` | APP indicated that the customer connected to the booking has started dining |
| `BOOKING_CLOSING` | APP indicated that the customer connected to the booking is close to finishing their meal |
| `BOOKING_FINALISED` | APP indicated that the booking has been finalised |