# `bird email broadcasts send-quota`

## Usage

```bash
bird email broadcasts send-quota <broadcast-id> [flags]
```

## Description

Check how much of a broadcast will actually send before sending it: `recipients` is how many contacts it would reach now, `allowed` is how many of those the organization's email send allowance covers, and `limited_by` names the allowance that stops the rest. The broadcast must already have an audience selected.

## Examples

```bash
bird email broadcasts send-quota <broadcast-id>
bird email broadcasts send-quota <broadcast-id> -f text
# the id to pass comes from
bird email broadcasts list
```

## Options

| Name                | Description                                      |
| ------------------- | ------------------------------------------------ |
| `--response-schema` | Print the fields this command returns, then exit |

## Related

| Name                                                                                                  | Description                           |
| ----------------------------------------------------------------------------------------------------- | ------------------------------------- |
| [`bird email broadcasts cancel`](/docs/cli/reference/email-broadcasts-cancel)                         | Cancel a broadcast                    |
| [`bird email broadcasts counts`](/docs/cli/reference/email-broadcasts-counts)                         | Get a broadcast's audience counts     |
| [`bird email broadcasts create`](/docs/cli/reference/email-broadcasts-create)                         | Create a broadcast                    |
| [`bird email broadcasts delete`](/docs/cli/reference/email-broadcasts-delete)                         | Delete a broadcast                    |
| [`bird email broadcasts get`](/docs/cli/reference/email-broadcasts-get)                               | Get a broadcast                       |
| [`bird email broadcasts list`](/docs/cli/reference/email-broadcasts-list)                             | List broadcasts                       |
| [`bird email broadcasts list-clicked-links`](/docs/cli/reference/email-broadcasts-list-clicked-links) | List a broadcast's clicked links      |
| [`bird email broadcasts list-events`](/docs/cli/reference/email-broadcasts-list-events)               | List events for a broadcast           |
| [`bird email broadcasts list-recipients`](/docs/cli/reference/email-broadcasts-list-recipients)       | List recipients of a broadcast        |
| [`bird email broadcasts send`](/docs/cli/reference/email-broadcasts-send)                             | Send a broadcast                      |
| [`bird email broadcasts update`](/docs/cli/reference/email-broadcasts-update)                         | Update a draft or scheduled broadcast |

## Related resources

- [Getting started with email](/learn/email/getting-started-with-email) (video)
- [Email](/products/email) (product)
- [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=email)
