Emails represent messages synced from connected email accounts in Lightfield. Read responses are privacy-aware and may be redacted based on the caller.
ModelsExpand Collapse
class EmailListResponse: …
class EmailListResponse: …
data: List[Data]Array of email objects for the current page.
data: List[Data]
Array of email objects for the current page.
fields: Dict[str, DataFields]Field map for this email. Does not include $body; retrieve the email by ID for message HTML.
fields: Dict[str, DataFields]
Field map for this email. Does not include $body; retrieve the email by ID for message HTML.
class EmailRetrieveResponse: …
class EmailRetrieveResponse: …
fields: Dict[str, Fields]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
fields: Dict[str, Fields]
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.