Skip to main content
objectEmailEntry

Fields

emailId
ID!
additionalRecipients
hiddenRecipients
subject
String
textContent
String

The most recent email's text content.

hasMoreTextContent
Boolean!

Boolean indicating whether there is more text content available that can be resolved via the fullTextContent field.

fullTextContent
String

The full email's text content, including all replies.

markdownContent
String

The most recent email's markdown content.

hasMoreMarkdownContent
Boolean!

Boolean indicating whether there is more markdown content available that can be resolved via the fullMarkdownContent field.

fullMarkdownContent
String

The full email's markdown content, including all replies.

authenticity
sentAt

When the email was sent. Only set for outbound emails and will be null until the email is sent.

sendStatus

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.

receivedAt

When the email was received by Plain.

attachments

All the attachments included in this email.

isStartOfThread
Boolean!

Whether this email entry is the start of a new thread in Plain. Can be used to show the full email content.

bounces

If any of the recipients bounces the email, this will contain the list of bounces.

category

The category of the email.