Files
clerk-sdk-java/docs/models/operations/PreviewTemplateRequestBody.md
2024-06-13 13:51:50 -04:00

4.5 KiB
Raw Permalink Blame History

PreviewTemplateRequestBody

Required parameters

Fields

Field Type Required Description
subject JsonNullable<? extends String> The email subject.
Applicable only to email templates.
body Optional<? extends String> The template body before variable interpolation
fromEmailName Optional<? extends 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.
replyToEmailName Optional<? extends String> 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.