Alert Creation
The Alert Create Event is used to notify whenever an alert is Created. This ensures that any changes in alert conditions, thresholds, or notification settings are captured and processed.
Event Type: ALERT_CREATE
Trigger Condition
To receive immediate, real-time notifications whenever a new alert is generated within the system, a subscription to the ALERT_CREATE webhook event is mandatory. This event is designed to trigger instantaneously upon the creation of any alert, ensuring that subscribers are notified without delay.
Example Payload
{
"eventInfo": {
"actionBy": "060b46ff-28c5-11e7-a9c6-77fb7b8afa1b"
},
"messageType": "ALERT_CREATE",
"entityName": "test suneel 0001",
"customerId": 5134,
"action": "Create",
"entityId": "1d516118-03e2-11f0-9340-8d849d5bde4f",
"time": 1742293013792
}
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 created and cannot be altered.
Example: |
time | Time when event is created in milliseconds
Example: |
Updated 5 days ago