ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
lib/email
SendGeneralEmailParams
Interface SendGeneralEmailParams
interface
SendGeneralEmailParams
{
to
:
string
|
string
[]
;
type
:
EmailType
;
subject
:
string
;
title
:
string
;
message
:
string
;
icon
?:
string
;
subtitle
?:
string
;
greeting
?:
string
;
infoItems
?:
EmailInfoItem
[]
;
actions
?:
EmailAction
[]
;
footerMessage
?:
string
;
helpText
?:
string
;
customColors
?:
{
gradientFrom
:
string
;
gradientTo
:
string
;
textColor
:
string
;
borderColor
:
string
;
}
;
}
Index
Properties
to
type
subject
title
message
icon?
subtitle?
greeting?
info
Items?
actions?
footer
Message?
help
Text?
custom
Colors?
Properties
to
to
:
string
|
string
[]
type
type
:
EmailType
subject
subject
:
string
title
title
:
string
message
message
:
string
Optional
icon
icon
?:
string
Optional
subtitle
subtitle
?:
string
Optional
greeting
greeting
?:
string
Optional
info
Items
infoItems
?:
EmailInfoItem
[]
Optional
actions
actions
?:
EmailAction
[]
Optional
footer
Message
footerMessage
?:
string
Optional
help
Text
helpText
?:
string
Optional
custom
Colors
customColors
?:
{
gradientFrom
:
string
;
gradientTo
:
string
;
textColor
:
string
;
borderColor
:
string
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
to
type
subject
title
message
icon
subtitle
greeting
info
Items
actions
footer
Message
help
Text
custom
Colors
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...