Back to Node Auth0

Interface FlowActionAuth0SendEmailParams

docs/interfaces/management.Management.FlowActionAuth0SendEmailParams.html

5.9.11.2 KB
Original Source

Interface FlowActionAuth0SendEmailParams

interface FlowActionAuth0SendEmailParams {
from?: FlowActionAuth0SendEmailParamsFrom;
to: string;
subject: string;
body: string;
custom_vars?: FlowActionAuth0SendRequestParamsCustomVars;
}

Index

Properties

from?tosubjectbodycustom_vars?

Properties

Optionalfrom

from?: FlowActionAuth0SendEmailParamsFrom

to

to: string

subject

subject: string

body

body: string

Optionalcustom_vars

custom_vars?: FlowActionAuth0SendRequestParamsCustomVars

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties fromtosubjectbodycustom_vars