# PreviewTemplateRequestBody Required parameters ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `subject` | *JsonNullable* | :heavy_minus_sign: | The email subject.
Applicable only to email templates. | | `body` | *Optional* | :heavy_minus_sign: | The template body before variable interpolation | | `fromEmailName` | *Optional* | :heavy_minus_sign: | 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. | | `replyToEmailName` | *Optional* | :heavy_minus_sign: | The local part of the Reply To 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. |