> ## Documentation Index
> Fetch the complete documentation index at: https://api-doc.xmenu.it/llms.txt
> Use this file to discover all available pages before exploring further.

# Category changed

> Webhook triggered when a category is created, updated, or removed

<Badge color="green" icon="toggle-on">Requires "Menu" in [API settings](/docs/en/overview/api-settings#enable-notifications-for)</Badge>

<Note>
  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`.
</Note>


## OpenAPI

````yaml openapi-en.json webhook category.changed
openapi: 3.1.0
info:
  title: xMenu API
  description: xMenu Public API - REST endpoints and webhook notifications
  version: 1.0.0
servers:
  - url: https://app.xmenu.it/api
    description: xMenu API Production
security: []
paths: {}

````