Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 6.71 KB

UpsertTemplateRequestBody.md

File metadata and controls

14 lines (11 loc) · 6.71 KB

UpsertTemplateRequestBody

Fields

Field Type Required Description
name Optional<String> The user-friendly name of the template
subject JsonNullable<String> The email subject.
Applicable only to email templates.
markup JsonNullable<String> The editor markup used to generate the body of the template
body Optional<String> The template body before variable interpolation
deliveredByClerk JsonNullable<Boolean> Whether Clerk should deliver emails or SMS messages based on the current template
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.