Back to Node Auth0

Interface FlowActionAuth0SendSmsParams

docs/interfaces/management.Management.FlowActionAuth0SendSmsParams.html

5.9.1989 B
Original Source

Interface FlowActionAuth0SendSmsParams

interface FlowActionAuth0SendSmsParams {
from?: string;
to: string;
message: string;
custom_vars?: FlowActionAuth0SendSmsParamsCustomVars;
}

Index

Properties

from?tomessagecustom_vars?

Properties

Optionalfrom

from?: string

to

to: string

message

message: string

Optionalcustom_vars

custom_vars?: FlowActionAuth0SendSmsParamsCustomVars

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties fromtomessagecustom_vars