bird email broadcasts counts
Usage
Code example
bird email broadcasts counts <broadcast-id> [flags]Description
Preview how many contacts a broadcast can reach before sending. The total value includes every contact in the audience. The addressable value counts contacts with an email address. The sendable value counts contacts that are not suppressed for the broadcast's category and can receive the broadcast. These describe the audience, not delivery, and sending does not change them: to find out what happened to a broadcast that has sent, read its recipients or its events. The broadcast must already have an audience selected.
Examples
Code example
bird email broadcasts counts <broadcast-id>
bird email broadcasts counts <broadcast-id> -f text
# find an id to pass
bird email broadcasts listOptions
| Name | Description |
|---|---|
| --response-schema | Print the fields this command returns, then exit |
Related
| Name | Description |
|---|---|
| bird email broadcasts cancel | Cancel a broadcast |
| bird email broadcasts create | Create a broadcast |
| bird email broadcasts delete | Delete a broadcast |
| bird email broadcasts get | Get a broadcast |
| bird email broadcasts list | List broadcasts |
| bird email broadcasts list-clicked-links | List a broadcast's clicked links |
| bird email broadcasts list-events | List events for a broadcast |
| bird email broadcasts list-recipients | List recipients of a broadcast |
| bird email broadcasts send | Send a broadcast |
| bird email broadcasts update | Update a draft or scheduled broadcast |