Customer Support Assistant
The customer support assistant involves providing chat assistance specifically to identified customers, focusing on addressing both general and crucially personalized inquiries related to transactions
Integration procedure for Customer Support (After Authentication)
Place the JavaScript code in the <head> HTML
Add the script to the <head> section
<script defer
src="https://cdn.cleandesk.co.in/public/build/clean_ai_bot.js"></sc
ript>Add the chat widget code
<cleandesk-chat-widget app_id="YOUR_APP_ID" app_secret="YOUR_APP_SECRET" access_by_id="{USER_ID_VARIABLE]"></cleandesk-chat-widget> How to pass the user ID
Handle Logout
Place the JavaScript code in the <body> HTML
Last updated