Hi, I am trying to integrate the WebChat interface into an existing Angular based web app. What I did so far is, adding the `script` tag to the HTML body ``` <script src="YOUR_WEBCHAT_URL" ... ></script> ``` A div is being created at the end of the body ``` <div id="cai-webchat-div"></div> ``` However it is empty and hence no chat interface/button is showing up. Any idea what I am missing here? Regards, Andreas
Hi,
I am trying to integrate the WebChat interface into an existing Angular based web app.
What I did so far is, adding the
scripttag to the HTML bodyA div is being created at the end of the body
However it is empty and hence no chat interface/button is showing up.
Any idea what I am missing here?
Regards,
Andreas