# Webhook Alert Event IDs

The following table lists the supported webhook alert subscriptions and their corresponding Event IDs used in webhook payloads.

| Alert                                  | Event ID                                                                                                                                                                                                |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Online                                 | • device\_online                                                                                                                                                                                        |
| Offline                                | • device\_offline                                                                                                                                                                                       |
| The DHCP lease pool is exhausted       | • gw\_dhcpsrv\_pool\_exhausted                                                                                                                                                                          |
| A VPN connection comes up or goes down | <p>• gw\_vpn\_site\_online</p><p>• gw\_vpn\_site\_offline</p><p>• gw\_vpn\_client\_online</p><p>• gw\_vpn\_client\_offline</p><p>• gw\_openvpn\_client\_online</p><p>• gw\_openvpn\_client\_offline</p> |
| The primary WAN link status changes    | <p>• gw\_wan\_link\_change</p><p>• gw\_wan\_gateway\_status</p>                                                                                                                                         |
| WAN Public IP change                   | <p>• gw\_wan\_public\_ip\_change</p><p>• gw\_wan\_public\_ip6\_change</p>                                                                                                                               |
| Gateway reboot                         | <p>• gw\_sys\_info\_reboot</p><p>• gw\_sys\_info\_bootup</p><p>• gw\_sys\_info\_reset</p>                                                                                                               |
| HA failover occurs                     | • gw\_ha\_mode                                                                                                                                                                                          |
| Configuration changed within network   | • gw\_ha\_status                                                                                                                                                                                        |


---

# 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/gateway/webhook-alert-event-ids.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.
