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

    Interface FlowActionAuth0SendEmailParams

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

    Properties

    to: string
    subject: string
    body: string