# ReplyToEmailOptions
# Properties
Name | Type | Description | Notes |
---|---|---|---|
attachments | List | List of uploaded attachments to send with the reply. Optional. | [optional] [default to null] |
body | String | Body of the reply email you want to send | [optional] [default to null] |
charset | String | The charset that your message should be sent with. Optional. Default is UTF-8 | [optional] [default to null] |
from | String | The from header that should be used. Optional | [optional] [default to null] |
isHTML | Boolean | Is the reply HTML | [optional] [default to null] |
replyTo | String | The replyTo header that should be used. Optional | [optional] [default to null] |
sendStrategy | String | When to send the email. Typically immediately | [optional] [default to null] |
template | UUID | Template ID to use instead of body. Will use template variable map to fill defined variable slots. | [optional] [default to null] |
templateVariables | Object | Template variables if using a template | [optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]