> ## 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 Application (Business Profile) endpoints.

Enumerations used by the Application endpoints. Endpoints link here instead of repeating the full value list.

***

## Business Profile Category

The business category of a WhatsApp business profile. On Meta's side this is the `vertical` field; in the public API it is exposed as `category`. Used by: [Get Business Profile](/public-api-reference/application/get-business-profile) (response) and [Update Business Profile](/public-api-reference/application/update-business-profile) (request body).

| Value           | Meaning                      |
| --------------- | ---------------------------- |
| `UNDEFINED`     | Not defined.                 |
| `OTHER`         | Other.                       |
| `AUTO`          | Automotive.                  |
| `BEAUTY`        | Beauty, spa, and salon.      |
| `APPAREL`       | Clothing and apparel.        |
| `EDU`           | Education.                   |
| `ENTERTAIN`     | Entertainment.               |
| `EVENT_PLAN`    | Event planning and service.  |
| `FINANCE`       | Finance and banking.         |
| `GROCERY`       | Food and grocery.            |
| `GOVT`          | Public service / government. |
| `HOTEL`         | Hotel and lodging.           |
| `HEALTH`        | Medical and health.          |
| `NONPROFIT`     | Non-profit.                  |
| `PROF_SERVICES` | Professional services.       |
| `RETAIL`        | Shopping and retail.         |
| `TRAVEL`        | Travel and transportation.   |
| `RESTAURANT`    | Restaurant.                  |
| `NOT_A_BIZ`     | Not a business.              |
