# ReplyToEmailOptions
Options for replying to email with API
# Properties
Name | Type | Description | Notes |
---|---|---|---|
attachments | list[str] | List of uploaded attachments to send with the reply. Optional. | [optional] |
body | str | Body of the reply email you want to send | [optional] |
charset | str | The charset that your message should be sent with. Optional. Default is UTF-8 | [optional] |
_from | str | The from header that should be used. Optional | [optional] |
is_html | bool | Is the reply HTML | [optional] |
reply_to | str | The replyTo header that should be used. Optional | [optional] |
send_strategy | str | When to send the email. Typically immediately | [optional] |
template | str | Template ID to use instead of body. Will use template variable map to fill defined variable slots. | [optional] |
template_variables | object | Template variables if using a template | [optional] |
[Back to Model list] [Back to API list] [Back to README]