// ======== Mindbox вызов ======== if(phone) { var mbData = { customer: { mobilePhone: phone } }; if(subscribe) { mbData.customer.subscriptions = [{ pointOfContact: "SMS" }]; } mindbox("async", { operation: "KlientRegistraciyaVLendinge", data: mbData }); } // ================================