Documentation
Sign inGet started

bird email get

Usage

Contoh kode
bird email get <message-id> [flags]

Description

Fetch one email message by id — aggregate delivery status and per-state recipient counts. The message body (html, text) is not returned. Per-recipient delivery statuses and the event log are separate sub-resources: GET /v1/email/messages/{message_id}/recipients and GET /v1/email/messages/{message_id}/events.

Examples

Contoh kode
bird email get <id>
bird email get <id> -f text
# find an id to pass
bird email list

Options

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 listList messages
bird email recipientsList recipients of a message
bird email sendSend an email message.
bird email send-batchSend a batch of email messages in one call.