top of page

El programa G3 GREEN de Good 3nergy fue creado para ayudar a las organizaciones sin fines de lucro que lo merecen a pasar a una fuente de energía más confiable y sostenible. Creemos que aquellos que ayudan a cambiar el mundo merecen ser ayudados.  

Help People, Who Help People.

Autumn Walk
Children's Race

Changing Lives,Changing the Planet.

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); }); });