top of page
Mountain Landscape
Palmetto Logo_edited.png

Nuestra ciudad

Charleston, Carolina del Sur, es conocida por su rica historia, distinguidos restaurantes, arquitectura bien conservada, amplias playas y gente hospitalaria. También es una ciudad inundada de sol y el hogar perfecto para Palmetto solar.

Marble Surface

EQUIPO

Shadow on Concrete Wall

SILFAB

Law Firm

SOLAREDGE

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