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