Whenever a status change occurs for a booking for a specific location, Tyro Connect will trigger a notification via the integration you have implemented.
| Event | Description |
|---|---|
BOOKING_CREATED | A new booking has been created |
BOOKING_UPDATED | An existing booking has been updated |
BOOKING_SEATED | POS indicated that the customer connected to the booking has been seated. |
BOOKING_DINING | POS indicated that the customer connected to the booking has started dining. |
BOOKING_CLOSING | POS indicated that the customer connected to the booking is close to finishing their meal. |
BOOKING_FINALISED | POS indicated that the booking has been finalised. |
{
"type": "BOOKING_SEATED",
"data": {
"id": "2688fcf2-44dd-4c72-88ac-79d0910f2983",
"uri": "https://api.tyro.com/connect/bookings/2688fcf2-44dd-4c72-88ac-79d0910f2983",
"resource": "booking"
}
}Registering webhooks
For information on how to register for webhooks and how to interpret the webhook message. Documentation can be found here: Webhooks