Webchat embed
Paste a small snippet before </body> and visitors can reach you right from your site. Messages flow into the same /inbox alongside SMS, email, and the rest of your channels.
<!-- Pulpwire Webchat — paste before </body> on your practice website -->
<script>
(function () {
var s = document.createElement('script');
s.src = "https://pulpwire.polsia.app/embed.js";
s.async = true;
s.setAttribute('data-practice', "demo");
document.head.appendChild(s);
})();
</script>