Back to Node Auth0

Interface ConnectionEmailEmail

docs/interfaces/management.Management.ConnectionEmailEmail.html

5.9.1804 B
Original Source

Interface ConnectionEmailEmail

Email template configuration

interface ConnectionEmailEmail {
body?: string;
from?: string;
subject?: string;
syntax?: "liquid";
}

Index

Properties

body?from?subject?syntax?

Properties

Optionalbody

body?: string

Optionalfrom

from?: string

Optionalsubject

subject?: string

Optionalsyntax

syntax?: "liquid"

Email template syntax type

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties bodyfromsubjectsyntax