# `bird email inbound-addresses`

## Usage

```bash
bird email inbound-addresses
```

## Description

Mint and manage the Bird inbound addresses you forward a mailbox to. Forward a
real mailbox to a minted address and Bird parses every message it receives into
a received email.

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/email-inbound-addresses-create) | Create an inbound address |
| [`delete`](/docs/cli/reference/email-inbound-addresses-delete) | Delete an inbound address |
| [`get`](/docs/cli/reference/email-inbound-addresses-get)       | Get an inbound address    |
| [`list`](/docs/cli/reference/email-inbound-addresses-list)     | List inbound addresses    |
| [`update`](/docs/cli/reference/email-inbound-addresses-update) | Update an inbound address |