top of page
OWE Logo_edited.png

Why Our World Energy

 

Ultimately, our mission is to empower people to do more.

Through our client-centric approach, we provide cleaner, less expensive energy, one family at a time.

Ocean

About Our World Energy

Our World Energy was founded with a client-centric model that allows us to focus exclusively on serving our clients. Our persistent focus on the customer experience guarantees a positive outcome and ultimately, money saved. We are backed by over $5 Billion in funding, and alongside our install partners, we are leading the way towards a 100% sustainable 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); }); });