WELCOME TO IAH CLOUD SERVICES 

We provide on-site field technicians and resources to small business customers in the Greater Houston Area. 

We are hiring contractors in the Houston Area! 

// Copy the below lines under window.fcWidget.init inside initFreshChat function in the above snippet // To set unique user id in your system when it is available window.fcWidget.setExternalId("john.doe1987"); // To set user name window.fcWidget.user.setFirstName("John"); // To set user email window.fcWidget.user.setEmail("john.doe@gmail.com"); // To set user properties window.fcWidget.user.setProperties({ plan: "Pro", // meta property 1 status: "Active" // meta property 2 });