Interface: ReplyToAliasEmailOptions
Options for replying to an alias email using the alias inbox
export
interface
ReplyToAliasEmailOptions
Table of contents
Properties
Properties
attachments
• Optional
attachments: string
[]
List of uploaded attachments to send with the reply. Optional.
memberof
ReplyToAliasEmailOptions
body
• body: string
Body of the reply email you want to send
memberof
ReplyToAliasEmailOptions
charset
• Optional
charset: string
The charset that your message should be sent with. Optional. Default is UTF-8
memberof
ReplyToAliasEmailOptions
html
• Optional
html: boolean
memberof
ReplyToAliasEmailOptions
isHTML
• isHTML: boolean
Is the reply HTML
memberof
ReplyToAliasEmailOptions
sendStrategy
• Optional
sendStrategy: SINGLE_MESSAGE
How an email should be sent based on its recipients
memberof
ReplyToAliasEmailOptions
template
• Optional
template: string
Template ID to use instead of body. Will use template variable map to fill defined variable slots.
memberof
ReplyToAliasEmailOptions
templateVariables
• Optional
templateVariables: Object
Template variables if using a template
memberof
ReplyToAliasEmailOptions
Index signature
▪ [key: string
]: object
useInboxName
• Optional
useInboxName: boolean
Optionally use inbox name as display name for sender email address
memberof
ReplyToAliasEmailOptions