# `bird whatsapp groups`

## Usage

```bash
bird whatsapp groups
```

## Description

A group is one WhatsApp chat shared between a business number and up to 8 people, who
join by opening its invite link — no operation adds anyone. Creating, changing and
deleting a group are asynchronous: the response is the request accepted, and re-reading
the group is how you see WhatsApp settle it.

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-groups-create)               | Create a WhatsApp group           |
| [`delete`](/docs/cli/reference/whatsapp-groups-delete)               | Delete a WhatsApp group           |
| [`get`](/docs/cli/reference/whatsapp-groups-get)                     | Get a WhatsApp group              |
| [`invite-link`](/docs/cli/reference/whatsapp-groups-invite-link)     | Rotate a group's invite link      |
| [`join-requests`](/docs/cli/reference/whatsapp-groups-join-requests) | Decide who gets into a group      |
| [`list`](/docs/cli/reference/whatsapp-groups-list)                   | List WhatsApp groups              |
| [`participants`](/docs/cli/reference/whatsapp-groups-participants)   | Remove people from a group        |
| [`pins`](/docs/cli/reference/whatsapp-groups-pins)                   | Pin and unpin messages in a group |
| [`update`](/docs/cli/reference/whatsapp-groups-update)               | Update a WhatsApp group           |

## Related resources

- [Should I use a Bird SDK or call the API directly?](/explained/platform/should-i-use-an-sdk-or-call-the-api-directly) (answer)
- [Build your first integration](/learn/paths/integration) (course)
- [Send your first email](/docs/get-started/send-your-first-email) (docs)

[Get an implementation brief](/learn/workspace?topic=api-basics)
