> ## 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 Template endpoints.

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

***

## Template Category

The category of a WhatsApp message template; determines the component rules. Used by: [Create Template](/public-api-reference/template/create-template), [Get Templates](/public-api-reference/template/get-templates), [Get Template Detail](/public-api-reference/template/get-template-detail), and [Update Template](/public-api-reference/template/update-template).

| Value            | Meaning                                                |
| ---------------- | ------------------------------------------------------ |
| `UTILITY`        | Transactional / utility messages (e.g. order updates). |
| `MARKETING`      | Promotional messages (e.g. offers, announcements).     |
| `AUTHENTICATION` | One-time passcodes and authentication messages.        |

***

## Template Status

The review/lifecycle status of a template. Used by: [Get Templates](/public-api-reference/template/get-templates), [Get Template Detail](/public-api-reference/template/get-template-detail), [Create Template](/public-api-reference/template/create-template), and [Update Template](/public-api-reference/template/update-template).

| Value      | Meaning                                         |
| ---------- | ----------------------------------------------- |
| `APPROVED` | Approved by Meta and usable.                    |
| `PENDING`  | Under review (typical right after create/edit). |
| `REJECTED` | Rejected by Meta.                               |
| `PAUSED`   | Paused, usually due to quality.                 |
| `DISABLED` | Disabled.                                       |

***

## Template Quality Score

The quality rating of a template, derived by Meta from user feedback. Used by: [Get Templates](/public-api-reference/template/get-templates) and [Get Template Detail](/public-api-reference/template/get-template-detail).

| Value     | Meaning                  |
| --------- | ------------------------ |
| `GREEN`   | High quality.            |
| `YELLOW`  | Medium quality.          |
| `RED`     | Low quality.             |
| `UNKNOWN` | Not yet rated / unknown. |

***

## Template Parameter Format

How variables are referenced within a template. Used by: [Get Templates](/public-api-reference/template/get-templates) and [Get Template Detail](/public-api-reference/template/get-template-detail).

| Value        | Meaning                                              |
| ------------ | ---------------------------------------------------- |
| `POSITIONAL` | Variables referenced by position (`{{1}}`, `{{2}}`). |
| `NAMED`      | Variables referenced by name.                        |
