Menu notifications
Category changed
Webhook triggered when a category is created, updated, or removed
WEBHOOK
Requires “Menu” in API settings
This event does not fire when only
products_count changes: that field reflects the products currently in the category, not the category’s own data.A removed category can come back: reimporting the menu from the restaurant’s management software reactivates it, and you receive this event again with action: updated.Authorizations
HMAC-SHA256 signature of the payload, calculated using the restaurant's Webhook Secret. See the Webhook Security documentation for validation details.
Body
application/json
Event type identifier
Available options:
category.changed Type of change that triggered this event:
created= The category was createdupdated= The category's data was updateddeleted= The category was removed
Available options:
created, updated, deleted Menu category
Response
200
Return a 200 status to indicate that the webhook was received successfully