> ## 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.

# Customer changed

> Webhook triggered when a customer's data is created, updated, or removed

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

<Note>
  This event does not fire when only order statistics or the loyalty points balance change: those fields are a snapshot of the current state, moved by the customer's orders rather than by an edit to the customer.

  To follow those fields, use the `order.*` and `loyaltylog.*` events and read the customer endpoint for the current figures.
</Note>


## OpenAPI

````yaml openapi-en.json webhook customer.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: {}

````