Home | Chatbot with auto-archive

Front Chat

This example uses the base Front chat widget code with a simple chatbot. The bot presents a choice to continue the conversation or to end.



Code used on this page:

<script src="https://chat-assets.frontapp.com/v1/chat.bundle.js"></script>
<script>
  window.FrontChat('init', {chatId: 'af6cbc64fe94ef1e7cea1e79227f1b37', useDefaultLauncher: true});
</script>