# PreviewTemplateRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **subject** | Option<**String**> | The email subject. Applicable only to email templates. | [optional] **body** | Option<**String**> | The template body before variable interpolation | [optional] **from_email_name** | Option<**String**> | The local part of the From email address that will be used for emails. For example, in the address 'hello@example.com', the local part is 'hello'. Applicable only to email templates. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)