React popup Integration

So können Sie den chatbot als pop-up in Ihr React-Projekt einbinden:

Tragen Sie folgenden code im body-tag der html Datei ein.
Verwenden Sie dabei die Chat-ID, die Sie von uns erhalten haben.

<script type="module">
    import Chatbot from "https://antex.chat/js/web.js"
    Chatbot.init({
        chatflowid: "<Chat-ID>",
        apiHost: "http://proxy01.antex.chat",
    })
</script>