> ## Documentation Index
> Fetch the complete documentation index at: https://notte-experiment-visibility-md-links.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# EmailResponse

## Fields

<ParamField path="subject" type="str" required>
  Subject of the email
</ParamField>

<ParamField path="email_id" type="str" required>
  Email UUID
</ParamField>

<ParamField path="created_at" type="datetime" required>
  Creation date
</ParamField>

<ParamField path="sender_email" type="UnionType[str, None]" required>
  Email address of the sender
</ParamField>

<ParamField path="sender_name" type="UnionType[str, None]" required>
  Name (if available) of the sender
</ParamField>

<ParamField path="text_content" type="UnionType[str, None]">
  Raw textual body, can be uncorrelated with html content
</ParamField>

<ParamField path="html_content" type="UnionType[str, None]">
  HTML body, can be uncorrelated with raw content
</ParamField>

## Module

`notte_sdk.types`
