# Location webhook webhook type: LOCATION Endpoint: POST Location Version: 1.0.0 ## Request fields (application/json): - `addressText` (string, required) - `latitude` (number, required) - `longitude` (number, required) - `locationName` (string, required) - `locationId` (string,null) The M2X internal location id. When a location is manually created in M2X, this is a randomly generated unique identifier. If creating locations via API, the caller can set the Location ID. - `externalId` (string,null) An optional external identifier assigned to the location. This ID can be provided when creating the location and is typically used for cross-system referencing or integration with external data sources. - `timezone` (string) IANA (aka TZ database) timezone name Example: "Pacific/Auckland" - `properties` (object,null) - `action` (string) The action that was performed on the location Enum: "create", "update", "disable" ## Response 200 fields