mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 12:27:45 +00:00
6.7 KiB
6.7 KiB
UpsertTemplateRequestBody
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name |
Optional<? extends String> | ➖ | The user-friendly name of the template |
subject |
JsonNullable<? extends String> | ➖ | The email subject. Applicable only to email templates. |
markup |
JsonNullable<? extends String> | ➖ | The editor markup used to generate the body of the template |
body |
Optional<? extends String> | ➖ | The template body before variable interpolation |
deliveredByClerk |
JsonNullable<? extends Boolean> | ➖ | Whether Clerk should deliver emails or SMS messages based on the current template |
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. |