Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 939 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 939 Bytes

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 --> from index.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.