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.
Response Payload
html
nullable string
verplicht
The HTML body of the message, or null when the message had no HTML part.
text
nullable string
verplicht
The plain-text body of the message, or null when the message had no text part.