Skip to content
Last updated

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.

EventDescription
BOOKING_CREATEDA new booking has been created
BOOKING_UPDATEDAn existing booking has been updated
BOOKING_SEATEDPOS indicated that the customer connected to the booking has been seated.
BOOKING_DININGPOS indicated that the customer connected to the booking has started dining.
BOOKING_CLOSINGPOS indicated that the customer connected to the booking is close to finishing their meal.
BOOKING_FINALISEDPOS indicated that the booking has been finalised.

Sample event

{
  "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