bird email inbound-messages attachment
Usage
Esempio di codice
bird email inbound-messages attachment <inbound-message-id> <attachment-id> [flags]Description
Download one attachment's raw bytes from a received email. List the attachment
manifest first with bird email inbound-messages attachments to find an
attachment id.
The bytes are written to --output when set, otherwise to stdout:
bird email inbound-messages attachment rem_123 att_456 --output invoice.pdf
Examples
Esempio di codice
bird email inbound-messages attachment <inbound-message-id> <attachment-id> --output invoice.pdfOptions
| Name | Description |
|---|---|
| --output, -o | Write the bytes to this file instead of stdout |
Related
| Name | Description |
|---|---|
| bird email inbound-messages attachments | List a received email's attachments |
| bird email inbound-messages body | Get a received email's body |
| 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 |
Risorse correlate
Prosegui con la documentazione, le guide e gli esempi per questo argomento. Le risorse sono in inglese.
Guarda la guidaGetting started with emailEsplora la funzionalitàEmailSegui il percorso di apprendimentoBuild your first integrationGuida all'implementazioneSend your first email
Prova l'esercitazione e ottieni un brief di implementazione