# `bird whatsapp stats inbound daily`

## Usage

```bash
bird whatsapp stats inbound daily [flags]
```

## Description

Received WhatsApp message counts, one row per calendar day of the window, gap-filled so a silent day is a zero row. Days are calendar days in `timezone`, or UTC when it is omitted. Max window 365 days; `from` and `to` default to the trailing 30 days.

## Examples

```bash
bird whatsapp stats inbound daily
```

## Options

| Name                | Description                                                                                                                                                                                                                                                                                                                               |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `--from`            | Start date (inclusive), YYYY-MM-DD. Interpreted as a calendar day in timezone (a UTC day when timezone is omitted). The window may not exceed 365 days. Defaults to 30 days before to when omitted.                                                                                                                                       |
| `--response-schema` | Print the fields this command returns, then exit                                                                                                                                                                                                                                                                                          |
| `--timezone`        | IANA timezone identifier used to group statistics, for example Asia/Kathmandu. The default is UTC. Day and hour boundaries, including the default window when from and to are omitted, follow this timezone. When this parameter is set, pass from and to as calendar days or Z instants instead of timestamps with explicit UTC offsets. |
| `--to`              | End date (inclusive), YYYY-MM-DD. Interpreted as a calendar day in timezone (a UTC day when timezone is omitted). The window may not exceed 365 days. Defaults to today in that timezone when omitted.                                                                                                                                    |

## Related

| Name                                                                                                        | Description                                     |
| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
| [`bird whatsapp stats inbound by-phone-number`](/docs/cli/reference/whatsapp-stats-inbound-by-phone-number) | Get inbound WhatsApp statistics by phone number |
| [`bird whatsapp stats inbound hourly`](/docs/cli/reference/whatsapp-stats-inbound-hourly)                   | Get hourly inbound WhatsApp statistics          |
| [`bird whatsapp stats inbound summary`](/docs/cli/reference/whatsapp-stats-inbound-summary)                 | Get aggregate inbound WhatsApp statistics       |