top of page

BETTER EARTH

Untitled design (1).png
Book and Pen

Conviértete en Energía
Independiente


¡Aprenda cómo puede calificar para un descuento de $2,000 en la instalación!

(866) 990-9052

36 E Jackson St

 Orlando, FL 32801, EE. UU.

©2020 por El equipo de Good 3nergy

  • google%252520_edited_edited_edited
  • Instagram
  • Facebook
  • LinkedIn
  • Yelp for business
  • Google Places
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); }); });