Fields

subject
str
required
Subject of the email
email_id
str
required
Email UUID
created_at
datetime
required
Creation date
sender_email
UnionType[str, None]
required
Email address of the sender
sender_name
UnionType[str, None]
required
Name (if available) of the sender
text_content
UnionType[str, None]
Raw textual body, can be uncorrelated with html content
html_content
UnionType[str, None]
HTML body, can be uncorrelated with raw content

Module

notte_sdk.types