SevimaCare — Widget Test Page

Staff login →

An ordinary public page with the chat widget embedded. Pick a client to impersonate — the widget connects as them, so you can chat with agents on their behalf. It works the same from any other domain (CORS is open). Click the 💬 bubble at the bottom-right to chat.

Impersonate a client

Chatting as
!(()&&!|*|*|
client_key
!(()&&!|*|*|
tenant_key
019eee7a-6dad-7227-8824-a9b9ae21f0b7
tags
billing
Advanced — routing tags & custom properties

Sent to the widget as x_* settings and shown to the agent as context. The x_ prefix is optional here.

Paste into your app

Drop this into any site's HTML — it works from any domain and reflects the client and properties chosen here. The loader is served minified from https://care.sevima.com/widget.js.

<script>
  window.SevimaCareSettings = {
    tenant_key: "019eee7a-6dad-7227-8824-a9b9ae21f0b7",
    client_key: "!(()\u0026\u0026!|*|*|",
    tags:       ["billing"]
  };
</script>
<script src="https://care.sevima.com/widget.js" async></script>