bird email get
Usage
Code example
bird email get <message-id> [flags]Description
Fetch one email message by id, with 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
Code example
bird email get <message-id>
bird email get <message-id> -f text
# the id to pass comes from
bird email listOptions
| 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 list | List messages |
| bird email recipients | List recipients of a message |
| bird email send | Send an email message |
| bird email send-batch | Send a batch of email messages in one call |
Related resources
Continue with the documentation, guides and examples for this topic. Resources are in English.
Watch the guideGetting started with emailExplore the capabilityEmailFollow the learning pathBuild your first integrationImplementation guideSend your first email
Try the practice and get an implementation brief