# Webhook Sample Alerts

This section provides Sample Webhook Payloads for supported alert events and their corresponding Event IDs.

Each sample payload includes common webhook fields, such as organization, hierarchy view, network, device, alert, and timestamp information. The `alertData` object contains alert-specific parameters for each Event ID.

## **Common Payload Structure**

| Field               | Type   | Description                                                                                        |
| ------------------- | ------ | -------------------------------------------------------------------------------------------------- |
| `sentAt`            | string | Time when the webhook was sent ([ISO 8601 UTC timestamp](https://en.wikipedia.org/wiki/ISO_8601)). |
| `organizationId`    | string | Organization identifier.                                                                           |
| `organizationName`  | string | Organization name.                                                                                 |
| `hierarchyviewId`   | string | Hierarchy identifier.                                                                              |
| `hierarchyviewName` | string | Hierarchy name.                                                                                    |
| `networkId`         | string | Network identifier.                                                                                |
| `networkName`       | string | Network name.                                                                                      |
| `deviceSerial`      | string | Device serial number.                                                                              |
| `deviceMac`         | string | Device MAC address.                                                                                |
| `deviceName`        | string | Device name.                                                                                       |
| `deviceModel`       | string | Device model.                                                                                      |
| `deviceType`        | string | Device type.                                                                                       |
| `alertId`           | string | Unique alert identifier for this alert message.                                                    |
| `alertType`         | string | Alert event type.                                                                                  |
| `alertLevel`        | string | Alert severity level.                                                                              |
| `occurredAt`        | string | Time when the event occurred ([ISO 8601 UTC timestamp](https://en.wikipedia.org/wiki/ISO_8601)).   |
| `alertData`         | object | Object containing alert-specific parameters.                                                       |

### **Webhook Sample Alerts**

For webhook sample alerts for each product category, please refer to the following sections:

* **AP**
  * [Webhook Alert Event IDs](/webhook/webhook-sample-alerts/ap/webhook-alert-event-ids.md)
  * [Webhook Sample Alert Payloads](/webhook/webhook-sample-alerts/ap/webhook-sample-alert-payloads.md)
* **Switch**
  * [Webhook Alert Event IDs](/webhook/webhook-sample-alerts/switch/webhook-alert-event-ids.md)
  * [Webhook Sample Alert Payloads](/webhook/webhook-sample-alerts/switch/webhook-sample-alert-payloads.md)
* **Gateway**
  * [Webhook Alert Event IDs](/webhook/webhook-sample-alerts/gateway/webhook-alert-event-ids.md)
  * [Webhook Sample Alert Payloads](/webhook/webhook-sample-alerts/gateway/webhook-sample-alert-payloads.md)
* **PDU**
  * [Webhook Alert Event IDs](/webhook/webhook-sample-alerts/pdu/webhook-alert-event-ids.md)
  * [Webhook Sample Alert Payloads](/webhook/webhook-sample-alerts/pdu/webhook-sample-alert-payloads.md)
* **Switch Extender**
  * [Webhook Alert Event IDs](/webhook/webhook-sample-alerts/switch-extender/webhook-alert-event-ids.md)
  * [Webhook Sample Alert Payloads](/webhook/webhook-sample-alerts/switch-extender/webhook-sample-alert-payloads.md)
* **Camera**
  * [Webhook Alert Event IDs](/webhook/webhook-sample-alerts/camera/webhook-alert-event-ids.md)
  * [Webhook Sample Alert Payloads](/webhook/webhook-sample-alerts/camera/webhook-sample-alert-payloads.md)
* **General**
  * [Webhook Alert Event IDs](/webhook/webhook-sample-alerts/general/webhook-alert-event-ids.md)
  * [Webhook Sample Alert Payloads](/webhook/webhook-sample-alerts/general/webhook-sample-alert-payloads.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.engenius.ai/webhook/webhook-sample-alerts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
