Documentation
Sign inGet started

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.
Contenu de la réponse
html
nullable string
obligatoire
The HTML body of the message, or null when the message had no HTML part.
text
nullable string
obligatoire
The plain-text body of the message, or null when the message had no text part.