Get a received email's raw content
GET
/v1/email/inbound-messages/{inbound_message_id}/raw
bird email inbound-messages raw <inbound-message-id>curl -X GET "https://us1.platform.bird.com/v1/email/inbound-messages/{inbound_message_id}/raw" \
-H "Authorization: Bearer $TOKEN"Returns the original message exactly as received, in RFC 5322 (MIME) format, as a message/rfc822 download. Use it when you need the exact bytes:
- Full headers.
- Signatures.
- Your own MIME parsing.
For parsed fields use Get a received email and Get a received email's body.
Returns 404 when the message is unknown or its stored content has expired (received emails are retained for 30 days). A received message, including its attachments, cannot exceed 25 MB.
Parameter
inbound_message_id
string
Received email identifier. Starts with rem_.
Verwandte Ressourcen
Weiter mit der Dokumentation, Anleitungen und Beispielen zu diesem Thema. Die Ressourcen sind auf Englisch.
Anleitung ansehenGetting started with emailDie Funktion erkundenEmailDem Lernpfad folgenBuild your first integrationImplementierungsleitfadenSend your first email
Übung ausprobieren und ein Implementierungs-Briefing erhalten