# `bird whatsapp keyword-rules`

## Usage

```bash
bird whatsapp keyword-rules
```

## Description

Bird answers opt-out and opt-in out of the box on every number the workspace owns, so a
rule of your own is an override rather than a starting point. Your keywords are added to
Bird's rather than replacing them, and the country a rule narrows to is the sender's,
worked out from their own number.

Reads return JSON. 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-keyword-rules-create) | Create a WhatsApp keyword rule |
| [`delete`](/docs/cli/reference/whatsapp-keyword-rules-delete) | Delete a WhatsApp keyword rule |
| [`get`](/docs/cli/reference/whatsapp-keyword-rules-get)       | Get a WhatsApp keyword rule    |
| [`list`](/docs/cli/reference/whatsapp-keyword-rules-list)     | List WhatsApp keyword rules    |
| [`update`](/docs/cli/reference/whatsapp-keyword-rules-update) | Update a WhatsApp keyword rule |

## 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)
