Notification Events
The following event types are sent by the menu management API.
Event | must support | Description |
---|---|---|
MENU_READY |
Yes | Triggered when the new menu is ready |
MENU READY Sample Event
{
"type": "MENU_READY",
"data": {
"uri": "https://api.tyro.com/connect/menus/tc-examplelocation-2000/app/published",
"resource": "menu"
}
}
Registering Webhooks
For information on how to register for webhooks and how to interpret the webhook message. Documentation can be found here: Webhooks