Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/chimes
ChimeEmailMessageInput
Interface ChimeEmailMessageInput
interface
ChimeEmailMessageInput
{
from
:
ChimeEmailAddress
;
headers
?:
Record
<
string
,
string
>
;
html
?:
string
;
replyTo
?:
string
;
subject
:
string
;
text
:
string
;
}
Index
Properties
from
headers?
html?
reply
To?
subject
text
Properties
from
from
:
ChimeEmailAddress
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
html
html
?:
string
Optional
reply
To
replyTo
?:
string
subject
subject
:
string
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...