docs/interfaces/management.Management.SetEmailTemplateResponseContent.html
interface SetEmailTemplateResponseContent {
template: Management.EmailTemplateNameEnum;
body?: string | null;
from?: string | null;
resultUrl?: string | null;
subject?: string | null;
syntax?: string | null;
urlLifetimeInSeconds?: number | null;
includeEmailInRedirect?: boolean;
enabled?: boolean | null;
}
templatebody?from?resultUrl?subject?syntax?urlLifetimeInSeconds?includeEmailInRedirect?enabled?
template: Management.EmailTemplateNameEnum
Optionalbodybody?: string | null
Body of the email template.
Optionalfromfrom?: string | null
Senders from email address.
OptionalresultUrlresultUrl?: string | null
URL to redirect the user to after a successful action.
Optionalsubjectsubject?: string | null
Subject line of the email.
Optionalsyntaxsyntax?: string | null
Syntax of the template body.
OptionalurlLifetimeInSecondsurlLifetimeInSeconds?: number | null
Lifetime in seconds that the link within the email will be valid for.
OptionalincludeEmailInRedirectincludeEmailInRedirect?: boolean
Whether the reset_email and verify_email templates should include the user's email address as the email parameter in the returnUrl (true) or whether no email address should be included in the redirect (false). Defaults to true.
Optionalenabledenabled?: boolean | null
Whether the template is enabled (true) or disabled (false).
Member Visibility
ThemeOSLightDark
Properties templatebodyfromresultUrlsubjectsyntaxurlLifetimeInSecondsincludeEmailInRedirectenabled