# `bird whatsapp`

## Usage

```bash
bird whatsapp
```

## Description

Work with the WhatsApp channel: send and read messages with
`whatsapp send`/`get`/`list`, and browse the workspace's template
catalogue under `whatsapp templates`.

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.

## Messages

| Name                                                      | Description                                        |
| --------------------------------------------------------- | -------------------------------------------------- |
| [`send`](/docs/cli/reference/whatsapp-send)               | Send a WhatsApp template message to one recipient. |
| [`get`](/docs/cli/reference/whatsapp-get)                 | Get a WhatsApp message                             |
| [`list`](/docs/cli/reference/whatsapp-list)               | List WhatsApp messages                             |
| [`list-events`](/docs/cli/reference/whatsapp-list-events) | List events for a WhatsApp message                 |

## Templates

| Name                                                  | Description               |
| ----------------------------------------------------- | ------------------------- |
| [`templates`](/docs/cli/reference/whatsapp-templates) | Browse WhatsApp templates |