Configure
Embed code
<script src="https://api.giftways.ailoitte.com/widget.js"
data-api="https://api.giftways.ailoitte.com" defer></script>Paste before
</body> on any page — Shopify theme, WordPress footer, a React layout. Nothing else to install. For a production domain, set WIDGET_ALLOWED_ORIGINS on the orchestrator to that site.From the page's own code optional
// open the panel from your own "Chat with Priya" button
TitanChat.open()
// hand a product to the chat
TitanChat.send("Tell me about the Skinn duo")
TitanChat.setContext({ product_interest: ["Skinn Fragrance Duo"] })
// logged-in users: skip the contact form
TitanChat.identify({ name, phone, email, company })
// react to what Priya captures / books
TitanChat.on("capture", d => …)
TitanChat.on("callback", d => …)
TitanChat.end()A visitor keeps the same conversation across pages of the site (and the same A/B variant on return). The page URL and title travel with every message, so “this product” means the one they're looking at.