EmailEntry
EmailEntryFields
The most recent email's text content.
Boolean indicating whether there is more text content available that can be resolved via the fullTextContent field.
The full email's text content, including all replies.
The most recent email's markdown content.
Boolean indicating whether there is more markdown content available that can be resolved via the fullMarkdownContent field.
The full email's markdown content, including all replies.
When the email was sent. Only set for outbound emails and will be null until the email is sent.
Informs whether the email was sent successfully, bounced or failed. If the email is still being sent, the status will be 'PENDING'. Only set for outbound emails.
When the email was received by Plain.
All the attachments included in this email.
Inline attachments embedded in the email body (images referenced as data URIs in markdownContent). Use their ids with createAttachmentDownloadUrl to download the embedded images without parsing markdownContent yourself.
Whether this email entry is the start of a new thread in Plain. Can be used to show the full email content.
If any of the recipients bounces the email, this will contain the list of bounces.
The category of the email.
Was this page helpful?

