> ## Documentation Index
> Fetch the complete documentation index at: https://help.atlas.kitchen/llms.txt
> Use this file to discover all available pages before exploring further.

# Menu events

> Menu webhook payloads.

## Event types

| Event type     | Trigger            |
| -------------- | ------------------ |
| `menu.updated` | A menu is updated. |

## Payload

```json theme={null}
{
  "event": "menu.updated",
  "menu_id": 789
}
```

Atlas sends only the menu ID for `menu.updated`.

Fetch the full menu through the Admin API if your system needs the updated menu hierarchy.
