We want to set up a chatbot for an external service

Hello.

Is it possible to extend the JavaScript API to place an external service chatbot in the scene?

Thank you.

1 Like

To integrate such services you shouldn’t need any API support from the Shapespark viewer. A chatbot service should give you some HTML or JavaScript code to include in your website, it should be enough to copy this code to the body-end.html or head-end.html file of your scene.

See also this post: Simple chat application

1 Like