Skip to main content

Event types

Event typeTrigger
menu.updatedA menu is updated.

Payload

{
  "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.