> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gateway.connexease.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enums

> Enumerations used by the Developers (webhook and API key) endpoints.

Enumerations used by the Developers endpoints. Endpoints link here instead of repeating the full value lists.

***

## Webhook Event

The event names accepted inside `subscribedEvents`. Each key is set to `true` to receive that event or `false` to drop it; a name you leave out is treated as `false`. A name outside this list is rejected with `422`. Used by: [Update Webhook](/public-api-reference/developers/update-webhook) (request body), [Get Webhook](/public-api-reference/developers/get-webhook) (response).

| Value                     | Delivered when                                             |
| ------------------------- | ---------------------------------------------------------- |
| `messages`                | A user sent a message to your WhatsApp number.             |
| `message_status`          | Outbound message status changed (sent, delivered, failed). |
| `read`                    | A user read your outbound message.                         |
| `message_template_status` | A template was approved, rejected, or paused.              |
| `account`                 | Account or phone number update.                            |

<Note>
  These are the same event names shown in **App → Developers → Webhooks** in the dashboard, and the payload shape of each one is documented on the [Webhooks](/api-reference/webhooks) page.
</Note>
