Documentation
Sign inGet started

bird email recipients

Usage

Codebeispiel
bird email recipients <message-id> [flags]

Description

List recipients of a message
Returns a paginated JSON envelope; narrow with the filters below and page with --limit and --starting-after.

Examples

Codebeispiel
bird email recipients
bird email recipients | jq -r '.data[].id'
bird email recipients --limit 50 --starting-after <cursor>

Options

Pagination

NameDescription
--ending-beforeCursor from the prev_cursor field of a previous list response. Returns items immediately before the cursor position in the current sort order.
--limit <n>Maximum number of items to return per page.
--starting-afterCursor from the next_cursor field of a previous list response. Returns items immediately after the cursor position in the current sort order.

Filters

NameDescription
--response-schemaPrint the fields this command returns, then exit
NameDescription
bird email cancelCancel a scheduled message
bird email contentGet stored message content
bird email getGet a message
bird email listList messages
bird email sendSend an email message.
bird email send-batchSend a batch of email messages in one call.