Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.62 KB

EmailDefaultContent.md

File metadata and controls

12 lines (8 loc) · 1.62 KB

Okta.Sdk.Model.EmailDefaultContent

Properties

Name Type Description Notes
Body string The HTML body of the email. May contain variable references. <x-lifecycle class=&quot;ea&quot;></x-lifecycle> Not required if Custom languages for Okta Email Templates is enabled. A `null` body is replaced with a default value from one of the following in priority order: 1. An existing default email customization, if one exists 2. Okta-provided translated content for the specified language, if one exists 3. Okta-provided translated content for the brand locale, if it's set 4. Okta-provided content in English
Subject string The email subject. May contain variable references. <x-lifecycle class=&quot;ea&quot;></x-lifecycle> Not required if Custom languages for Okta Email Templates is enabled. A `null` subject is replaced with a default value from one of the following in priority order: 1. An existing default email customization, if one exists 2. Okta-provided translated content for the specified language, if one exists 3. Okta-provided translated content for the brand locale, if it's set 4. Okta-provided content in English
Links LinksSelf [optional]

[Back to Model list] [Back to API list] [Back to README]