Chatbot
Initialise as widget
<script>
Chathive.widget.init({ apiKey: "YOUR_API_KEY" });
</script>Embed in your page
<script>
Chathive.widget.embed({
apiKey: "YOUR_API_KEY",
selector: "html_tag_selector",
});
</script>Example
Limitations
Last updated