Back to Node Auth0

Interface GetEmailTemplateResponseContent

docs/interfaces/management.Management.GetEmailTemplateResponseContent.html

5.9.12.4 KB
Original Source

Interface GetEmailTemplateResponseContent

interface GetEmailTemplateResponseContent {
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;
}

Index

Properties

template?body?from?resultUrl?subject?syntax?urlLifetimeInSeconds?includeEmailInRedirect?enabled?

Properties

Optionaltemplate

template?: Management.EmailTemplateNameEnum

Optionalbody

body?: string | null

Body of the email template.

Optionalfrom

from?: string | null

Senders from email address.

OptionalresultUrl

resultUrl?: string | null

URL to redirect the user to after a successful action.

Optionalsubject

subject?: string | null

Subject line of the email.

Optionalsyntax

syntax?: string | null

Syntax of the template body.

OptionalurlLifetimeInSeconds

urlLifetimeInSeconds?: number | null

Lifetime in seconds that the link within the email will be valid for.

OptionalincludeEmailInRedirect

includeEmailInRedirect?: 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.

Optionalenabled

enabled?: boolean | null

Whether the template is enabled (true) or disabled (false).

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties templatebodyfromresultUrlsubjectsyntaxurlLifetimeInSecondsincludeEmailInRedirectenabled