Sign in
WhatsApp, SMS & web chat

Adding the AI chat widget to your website

The same dialogue brain that answers your calls can answer your website visitors — as an embeddable chat bubble you install with a single line.

Updated 2026-07-05 · Naadham team

Install

  1. Command Center → Integrations → Web chat → Connect. Copy your embed snippet (it carries your clinic's public web-chat key).
  2. 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.

Ready to set this up?

Sign up free — 15 trial minutes, no card — and configure it in ~3 minutes.

Start free Back to Support