bird email recipients
Usage
Exemple de code
bird email recipients <message-id> [flags]Description
List a message's per-recipient delivery state as a cursor page: each to/cc/bcc address with its role, current status, bounce or rejection detail, and open and click counts. This is how you find which specific addresses failed when the message's own status is mixed, such as partial_failure. It works for a broadcast-sent message too, which has exactly one recipient: the address that copy of the broadcast went to.
Returns a paginated JSON envelope; narrow with the filters below and page with --limit and --starting-after.
Examples
Exemple de code
bird email recipients <message-id>
bird email recipients <message-id> | jq -r '.data[].id'
bird email recipients <message-id> --limit 50 --starting-after <cursor>Options
Pagination
| Name | Description |
|---|---|
| --ending-before | Cursor from the prev_cursor or refresh_cursor field of a previous list response. Returns items immediately before the cursor position in the current sort order. prev_cursor returns the preceding page. refresh_cursor anchors at the first row of that response, which on a newest-first sort is how to fetch the items that have appeared since. |
| --limit <n> | Maximum number of items to return per page. |
| --starting-after | Cursor from the next_cursor field of a previous list response. Returns items immediately after the cursor position in the current sort order. |
Filters
| Name | Description |
|---|---|
| --response-schema | Print the fields this command returns, then exit |
Related
| Name | Description |
|---|---|
| bird email cancel | Cancel a scheduled message |
| bird email content | Get stored message content |
| bird email get | Get a message |
| bird email health | Get sending health and deliverability limits |
| bird email list | List messages |
| bird email send | Send an email message |
| bird email send-batch | Send a batch of email messages in one call |
Ressources associées
Poursuivez avec la documentation, les guides et les exemples sur ce sujet. Les ressources sont en anglais.
Regarder le guideGetting started with emailExplorer la fonctionnalitéEmailSuivre le parcours d'apprentissageBuild your first integrationGuide d'implémentationSend your first email
Essayez la pratique et obtenez un guide d'implémentation