Auth0 Node.js SDK - v5.3.0
    Preparing search index...

    Interface FlowActionAuth0SendSmsParams

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

    Properties

    from?: string
    to: string
    message: string