bird whatsapp list-events
Usage
Code example
bird whatsapp list-events <message-id> [flags]Description
Get one WhatsApp message's delivery timeline, oldest first: whatsapp.accepted, whatsapp.sent, whatsapp.delivered, whatsapp.read, and whatsapp.failed events, with failure detail on failed events. Not paginated; an unknown message ID returns 404. Use bird whatsapp get for the condensed current status.
Examples
Code example
bird whatsapp list-events <message-id>Options
| Name | Description |
|---|---|
| --response-schema | Print the fields this command returns, then exit |
| --type | Keep only events of this exact type (for example whatsapp.delivered or whatsapp.failed). Omit for the full timeline. Known values: whatsapp.accepted, whatsapp.delivered, whatsapp.failed, whatsapp.read, whatsapp.received, whatsapp.rejected, whatsapp.sent (others may exist). |
Related
| Name | Description |
|---|---|
| bird whatsapp get | Get a WhatsApp message |
| bird whatsapp list | List WhatsApp messages |
| bird whatsapp send | Send a WhatsApp message to one recipient |