Sign inGet Started

bird email inbound-messages

Usage

कोड उदाहरण
bird email inbound-messages

Description

Bird parses each received message into metadata, a body, and an attachment manifest, fetched separately so a large message costs only what you ask for.
Reads return JSON; list is paginated.

Procedure

Read a received email
Read a received email's parsed metadata, then its body and attachments. The body and attachment list are separate reads, so a large message is fetched only when you need it.
  1. bird email inbound-messages get — Returns parsed metadata (sender, subject, received time, authentication results). The body is not included here; fetch it separately. Next: bird email inbound-messages body or bird email inbound-messages attachments

Commands

NameDescription
attachmentDownload a received email's attachment
attachmentsList a received email's attachments
bodyGet a received email's body
getGet a received email
listList received emails
rawDownload a received email's raw content

संबंधित संसाधन

इस विषय के लिए डॉक्यूमेंटेशन, गाइड और उदाहरणों के साथ आगे बढ़ें। संसाधन अंग्रेज़ी में हैं।

अभ्यास करें और इम्प्लीमेंटेशन ब्रीफ़ पाएँ