# `bird whatsapp groups pins`

## Usage

```bash
bird whatsapp groups pins
```

## Description

A group holds up to 3 pinned messages, and pinning a fourth unpins the oldest rather than
failing. Both operations apply immediately and answer with what they applied.

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-pins-create) | Pin a message in a WhatsApp group   |
| [`delete`](/docs/cli/reference/whatsapp-groups-pins-delete) | Unpin a message in 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)
