bird email content
Usage
Codebeispiel
bird email content <message-id> [flags]Description
Read the stored HTML and text bodies of a sent message. Content exists only if the message had content storage enabled, and only for 30 days after sending. A 404 means nothing was stored. A 425 means the content is still being stored, and the call can be retried. A 410 means it has expired.
Examples
Codebeispiel
bird email content <message-id>
bird email content <message-id> -f text
# find an id to pass
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 get | Get a message |
| 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 |