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

    Interface FlowActionTwilioSendSmsParams

    This file was auto-generated by Fern from our API Definition.

    interface FlowActionTwilioSendSmsParams {
        connection_id: string;
        from: string;
        to: string;
        message: string;
    }
    Index

    Properties

    connection_id: string
    from: string
    to: string
    message: string