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