Easily Integrate Tyro Webhooks with your application.

https://docs.connect.tyro.com/app/apis/booking/events/

Steps to receive Tyro Webhooks

  • Sign up for your free Hooky account.
  • Create a new Webhook Source, and select Tyro. This will be the endpoint that receives webhooks on behalf of your application, and forwards them using the unified SDK.
  • Step 1
  • Step 2
  • Once a webhook is received from Tyro, you'll see it under the Live Logs section of your webhook source.
  • Next, follow the examples below to integrate the Hooky SDK in ruby or javascript, and start receiving webhooks.
Save countless hours integrating Tyro webhooks into your application.

Integrating Tyro Webhooks Using Javascript

Integrating Tyro webhooks with Hooky in your Javascript based application is straight forward. Just grab the SDK, and call a function when that webhook is received.

Integrating Tyro Webhooks Using Ruby

Integrating Tyro webhooks with Hooky in your Ruby or Ruby on Rails application is straight forward. Just grab the SDK, and call a method when that webhook is received.

Configuring Tyro Webhook Authentication

Here's how it works

Supported Tyro Webhook Events

BOOKING_CREATED

POS indicated that a new walk-in booking has been created

BOOKING_UPDATED

POS indicated that 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.