Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/chimes
ChimeEmailMessage
Interface ChimeEmailMessage
interface
ChimeEmailMessage
{
from
?:
ChimeEmailAddress
;
headers
?:
Record
<
string
,
string
>
;
html
?:
string
|
null
;
replyTo
?:
ChimeEmailAddress
;
subject
?:
string
;
text
?:
string
;
}
Index
Properties
from?
headers?
html?
reply
To?
subject?
text?
Properties
Optional
from
from
?:
ChimeEmailAddress
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
html
html
?:
string
|
null
Optional
reply
To
replyTo
?:
ChimeEmailAddress
Optional
subject
subject
?:
string
Optional
text
text
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
headers
html
reply
To
subject
text
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...