mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-07 20:37:47 +00:00
14 lines
6.7 KiB
Markdown
14 lines
6.7 KiB
Markdown
# UpsertTemplateRequestBody
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
| `name` | *Optional<? extends String>* | :heavy_minus_sign: | The user-friendly name of the template |
|
|
| `subject` | *JsonNullable<? extends String>* | :heavy_minus_sign: | The email subject.<br/>Applicable only to email templates. |
|
|
| `markup` | *JsonNullable<? extends String>* | :heavy_minus_sign: | The editor markup used to generate the body of the template |
|
|
| `body` | *Optional<? extends String>* | :heavy_minus_sign: | The template body before variable interpolation |
|
|
| `deliveredByClerk` | *JsonNullable<? extends Boolean>* | :heavy_minus_sign: | Whether Clerk should deliver emails or SMS messages based on the current template |
|
|
| `fromEmailName` | *Optional<? extends String>* | :heavy_minus_sign: | The local part of the From email address that will be used for emails.<br/>For example, in the address 'hello@example.com', the local part is 'hello'.<br/>Applicable only to email templates. |
|
|
| `replyToEmailName` | *Optional<? extends String>* | :heavy_minus_sign: | The local part of the Reply To email address that will be used for emails.<br/>For example, in the address 'hello@example.com', the local part is 'hello'.<br/>Applicable only to email templates. | |