Alert Updation
The Alert Update Event is used to notify whenever an existing alert configuration is modified. This ensures that any changes in alert conditions, thresholds, or notification settings are captured and processed.
Event Type: ALERT_UPDATE
Trigger Condition
To receive immediate, real-time notifications whenever an alert is modified within the system, a subscription to the ALERT_UPDATE webhook event is mandatory. This event is designed to trigger instantaneously upon the modification of any alert, ensuring that subscribers are notified without delay.
Example Payload
{
"eventInfo": {
"actionBy": "060b46ff-1221-1112-a9c6-77fb7b8afa1b"
},
"messageType": "ALERT_UPDATE",
"entityName": "Standard Collision Detection Alert - Default",
"customerId": 5134,
"action": "Update",
"entityId": "6c9935ee-2322-11ee-93e3-83dc9dc6274d",
"time": 1742292269521
}
Reference
Field | Description |
---|---|
eventInfo | The unique Azuga ID of the user who performed the action
Example: |
messageType | Type of message |
entityName | Name of the Alert
Example: |
customerId | The unique Azuga ID of the Customer |
action | Action Performed
Example: |
entityId | The unique Azuga ID of the Alert. This is automatically generated when the Alert object is updated and cannot be altered.
Example: |
time | Time when event is created in milliseconds
Example: |
Updated about 1 month ago