ReplyToEmailOptions
Options for replying to email with API
Properties
Name | Type | Description | Notes |
body | String | Body of the reply email you want to send | |
isHTML | Boolean | Is the reply HTML | |
from | String | The from header that should be used. Optional | [optional] |
replyTo | String | The replyTo header that should be used. Optional | [optional] |
charset | String | The charset that your message should be sent with. Optional. Default is UTF-8 | [optional] |
attachments | List | List of uploaded attachments to send with the reply. Optional. | [optional] |
templateVariables | Map | Template variables if using a template | [optional] |
template | UUID | Template ID to use instead of body. Will use template variable map to fill defined variable slots. | [optional] |
sendStrategy | SendStrategyEnum | How an email should be sent based on its recipients | [optional] |
useInboxName | Boolean | Optionally use inbox name as display name for sender email address | [optional] |
html | Boolean | | [optional] |
Enum: SendStrategyEnum
Name | Value |
SINGLE_MESSAGE | "SINGLE_MESSAGE" |