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

    Interface FlowActionWhatsappSendMessageParams

    interface FlowActionWhatsappSendMessageParams {
        connection_id: string;
        sender_id: string;
        recipient_number: string;
        type: Management.FlowActionWhatsappSendMessageParams.Type;
        payload: FlowActionWhatsappSendMessageParamsPayload;
    }
    Index

    Properties

    connection_id: string
    sender_id: string
    recipient_number: string