Snapshot of every chat-channel bridge available on this tenant. Local chat is always on. Email + widget only route messages once configured below.
Two-way email bridge for this tenant. SMTP delivers agent replies. IMAP pulls in incoming messages. Credentials are stored per-tenant under App_Data/<tenant>/chat-channels/email/config.json. Leave blank to disable.
Embeddable JS widget your customers drop onto their own website. Trust boundary is the origin allow-list — only those origins can start a session. Anonymous visitors get a per-session token; no OIDC required from the visitor.
Paste this before the closing </body> tag on your website. The tenant hostname is replaced live on this page so you can copy it verbatim.
<!-- CodeB "Chat with us" widget -->
<script src="https://TENANT_HOST/chat-with-us-widget.js"
data-tenant="TENANT_HOST"
data-channel="widget"
data-theme="auto"
data-position="bottom-right"
data-title="Chat with us"
async></script>
Signed HMAC invitations minted for anonymous participants (email or hotlink). Revoke instantly to invalidate a link before its natural expiry.
| Nonce | Channel | Scope | Invitee | Created UTC | Expires UTC | Actions |
|---|---|---|---|---|---|---|
| Loading… | ||||||