Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface CreatePhoneTemplateRequestContent

    {}
    
    interface CreatePhoneTemplateRequestContent {
        type?: Management.PhoneTemplateNotificationTypeEnum;
        disabled?: boolean;
        content?: PhoneTemplateContent;
    }
    Index
    disabled?: boolean

    Whether the template is enabled (false) or disabled (true).