# `bird whatsapp templates versions`

## Usage

```bash
bird whatsapp templates versions
```

## Description

A version holds a full copy of every language it carries; once submitted it is frozen,
though an open draft is a version too and stays mutable until submitted. A template's
live version is what its sends serve. Reads work against any version the template still
holds, including the draft.

Reads return JSON; list is paginated. Mutations take flags and/or a --body-file JSON body (flags overriding); run --example to print the body shape or --dry-run to preview the request. Destructive commands require --yes.

## Commands

| Name                                                                     | Description                           |
| ------------------------------------------------------------------------ | ------------------------------------- |
| [`create`](/docs/cli/reference/whatsapp-templates-versions-create)       | Create a template draft               |
| [`delete`](/docs/cli/reference/whatsapp-templates-versions-delete)       | Delete a template's open draft        |
| [`get`](/docs/cli/reference/whatsapp-templates-versions-get)             | Get a template version                |
| [`languages`](/docs/cli/reference/whatsapp-templates-versions-languages) | Read a version's per-language content |
| [`list`](/docs/cli/reference/whatsapp-templates-versions-list)           | List a template's versions            |
| [`submit`](/docs/cli/reference/whatsapp-templates-versions-submit)       | Submit a template version for review  |