Get a received email's body
GET
/v1/email/inbound-messages/{inbound_message_id}/body
curl -X GET "https://us1.platform.bird.com/v1/email/inbound-messages/{inbound_message_id}/body" \
-H "Authorization: Bearer $TOKEN"Returns the parsed HTML and plain-text bodies of a received email.
Antwort-Payload
html
nullable string
erforderlich
The HTML body of the message, or null when the message had no HTML part.
text
nullable string
erforderlich
The plain-text body of the message, or null when the message had no text part.