This example demonstrates a frontend handover flow between Kindly Chat and Zendesk Chat.
To use it with your own Kindly bot and Zendesk instance:
- Get your Zendesk Chat key and Kindly bot key ready (under Bot -> Connect -> Get HTML code).
- Copy the code between
<!-- EXAMPLE start -->
and<!-- EXAMPLE end -->
fromindex.html
. - Replace the Kindly bot key and Zendesk Chat key in the example code you copied above (similar to the two lines below)
<script id="kindly-chat" src="https://chat.kindlycdn.com/kindly-chat.js" data-bot-key="YOUR_KINDLY_BOT_KEY" async></script>
<script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=YOUR_ZENDESK_CHAT_KEY"></script>
Enjoy the flowers ✨🌺🌼🌷✨
Read more on what you can do with Kindly Chat at docs.kindly.ai.