Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 4.51 KB

PreviewTemplateRequestBody.md

File metadata and controls

13 lines (9 loc) · 4.51 KB

PreviewTemplateRequestBody

Required parameters

Fields

Field Type Required Description
subject JsonNullable<String> The email subject.
Applicable only to email templates.
body Optional<String> The template body before variable interpolation
fromEmailName Optional<String> The local part of the From email address that will be used for emails.
For example, in the address '[email protected]', the local part is 'hello'.
Applicable only to email templates.
replyToEmailName Optional<String> The local part of the Reply To email address that will be used for emails.
For example, in the address '[email protected]', the local part is 'hello'.
Applicable only to email templates.