bird email inbound-messages body
Usage
Ejemplo de código
bird email inbound-messages body <inbound-message-id> [flags]Description
Fetch a received email's parsed, decoded body: html and text, each null when the message had no such part. For the original bytes use bird email inbound-messages raw.
Examples
Ejemplo de código
bird email inbound-messages body <inbound-message-id>
bird email inbound-messages body <inbound-message-id> -f text
# the id to pass comes from
bird email inbound-messages listOptions
| Name | Description |
|---|---|
| --response-schema | Print the fields this command returns, then exit |
Related
| Name | Description |
|---|---|
| bird email inbound-messages attachment | Download a received email's attachment |
| bird email inbound-messages attachments | List a received email's attachments |
| bird email inbound-messages get | Get a received email |
| bird email inbound-messages list | List received emails |
| bird email inbound-messages raw | Download a received email's raw content |
Recursos relacionados
Continúa con la documentación, guías y ejemplos sobre este tema. Los recursos están en inglés.
Ver la guíaGetting started with emailExplorar la funcionalidadEmailSeguir la ruta de aprendizajeBuild your first integrationGuía de implementaciónSend your first email
Prueba el ejercicio y obtén un resumen de implementación