Install
- Command Center → Integrations → Web chat → Connect. Copy your embed snippet (it carries your clinic's public web-chat key).
- Paste it once before
</body>on your site.
<script src="https://naadham.ai/widget.js"
data-naadham-tenant="YOUR_TENANT_ID"
data-naadham-key="wc_your_public_key"></script>
That's it — a chat bubble appears bottom-right. Every conversation is recorded under Integrations → Web chat → Enquiries, alongside your calls.
API
Prefer to build your own UI? Post messages straight to the tenant-aware endpoint:
curl -X POST https://naadham.ai/v1/embed/chat \
-H "Content-Type: application/json" \
-d '{"tenant_id":"YOUR_TENANT_ID","key":"wc_your_public_key",
"conversation_id":"c1","body":"What are your hours?"}'
Frequently asked questions
Is the web-chat key safe to expose in the page?
Yes — it's a public, per-clinic web-chat key scoped only to chat. It cannot access your account, billing or other data.
Where do website chats show up?
Under Integrations → Web chat → Enquiries in your Command Center, tracked exactly like calls.