@webitel/api-services
Preparing search index...
_models/webitelCasesEmailEvent.zod
WebitelCasesEmailEvent
Interface WebitelCasesEmailEvent
interface
WebitelCasesEmailEvent
{
attachments
?:
WebitelCasesAttachment
[]
;
body
?:
string
;
cc
?:
string
[]
;
from
?:
string
[]
;
html
?:
string
;
id
?:
string
;
isDetailed
?:
boolean
;
isInbound
?:
boolean
;
owner
?:
GeneralLookup
;
profile
?:
GeneralLookup
;
sender
?:
string
[]
;
subject
?:
string
;
to
?:
string
[]
;
}
Index
Properties
attachments?
body?
cc?
from?
html?
id?
is
Detailed?
is
Inbound?
owner?
profile?
sender?
subject?
to?
Properties
Optional
attachments
attachments
?:
WebitelCasesAttachment
[]
Optional
body
body
?:
string
Optional
cc
cc
?:
string
[]
Optional
from
from
?:
string
[]
Optional
html
html
?:
string
Optional
id
id
?:
string
Optional
is
Detailed
isDetailed
?:
boolean
Optional
is
Inbound
isInbound
?:
boolean
Optional
owner
owner
?:
GeneralLookup
Optional
profile
profile
?:
GeneralLookup
Optional
sender
sender
?:
string
[]
Optional
subject
subject
?:
string
Optional
to
to
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachments
body
cc
from
html
id
is
Detailed
is
Inbound
owner
profile
sender
subject
to
@webitel/api-services
Loading...