Back to Node Auth0

Interface CreatePhoneTemplateTestNotificationRequestContent

docs/interfaces/management.Management.CreatePhoneTemplateTestNotificationRequestContent.html

5.9.11.1 KB
Original Source

Interface CreatePhoneTemplateTestNotificationRequestContent

Example

{ * to: "to" * }Copy

interface CreatePhoneTemplateTestNotificationRequestContent {
to: string;
delivery_method?: Management.PhoneProviderDeliveryMethodEnum;
}

Index

Properties

todelivery_method?

Properties

to

to: string

Destination of the testing phone notification

Optionaldelivery_method

delivery_method?: Management.PhoneProviderDeliveryMethodEnum

Medium to use to send the notification

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties todelivery_method