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
email_list_response: object { data, object, totalCount }
email_list_response: object { data, object, totalCount }
data: array of object { id, accessLevel, createdAt, 6 more } Array of email objects for the current page.
data: array of object { id, accessLevel, createdAt, 6 more }
Array of email objects for the current page.
fields: map[object { value, valueType } ]Field map for this email. Does not include $body; retrieve the email by ID for message HTML.
fields: map[object { value, valueType } ]
Field map for this email. Does not include $body; retrieve the email by ID for message HTML.
email_retrieve_response: object { id, accessLevel, createdAt, 6 more }
email_retrieve_response: object { id, accessLevel, createdAt, 6 more }
fields: map[object { value, valueType } ]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
fields: map[object { value, valueType } ]
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.