Customise your chat widget

You can customise the appearance and behaviour of your chat widget by passing options through the ingeniousai.init() function when the widget is loaded on your web page. 

<script>
const options = {
integrationId: '<integration Id>',
/* Customisation options go here */
},

ingeniousai.init(options).then();
</script>

Some of these customisations can also be made through the Sunshine Integration API, or the Sunshine Conversations dashboard. Customisations you send in the ingeniousai.init() function will override any you have set via the API or dashboard.

Customisations

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.