Back to Node Auth0

Interface PhoneTemplateContent

docs/interfaces/management.Management.PhoneTemplateContent.html

5.9.1825 B
Original Source

Interface PhoneTemplateContent

interface PhoneTemplateContent {
syntax?: string;
from?: string;
body?: PhoneTemplateBody;
}

Index

Properties

syntax?from?body?

Properties

Optionalsyntax

syntax?: string

Optionalfrom

from?: string

Default phone number to be used as 'from' when sending a phone notification

Optionalbody

body?: PhoneTemplateBody

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties syntaxfrombody