top of page
Peaceful Home

AUTOMATIZACIÓN DEL HOGAR INTELIGENTE

DISFRUTA DEL FUTURO. ESTE DIA.

Home Exterior

Inteligente  Automatización del hogar

New Home
24.png
25.png
31.png
33.png
27.png
28.png
29.png
26.png
34.png
bottom of page
import wixChatBackend from 'wix-chat-backend'; $w.onReady(function () { let channelId = "YOUR_CHANNEL_ID"; // Replace with your channel ID let obj = { "messageText": "Hello! How can I assist you today?", "channelId": channelId, "sendAsVisitor": false }; wixChatBackend.sendMessage(obj) .then( () => { console.log("Chat message sent"); }) .catch( (error) => { console.log(error); }); });