Webchat embed

A chat bubble for your practice site

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.

1. Snippet
One script tag, no build step. Set your practice slug — visitors see your brand in the widget header.
<!-- 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>
2. Live preview
Exactly what your visitors see. Resize, type, and try the flow.
3. Send a test message
Posts through the same /api/webchat/messages endpoint your visitors hit, so refreshing /inbox will surface it under the Webchat tab.