Chat bot Title
Hello, if there a way to title a chat bot such as "Need Help?"
-
Please add the below code in your document_head.hbs file
<script type="text/javascript">
window.zESettings = {
webWidget: {
launcher: {
chatLabel: {
'*': 'Need Help?'
}
}
}
};
</script>Let me know if it solves your issue
Thanks
Pulkit
Team Diziana
-
Hi Kandice!
This can be done through some customisations as for example suggested by Pulkit.
Depending on the widget used.
If you are using the Web Widget Classic, you will need to edit the launcher setting via API:
If you happen to use the Web Widget Messaging, you can start from the settings available natively in your Zendesk account settings. This article lists the customisations accessible.
However, if you need more control on the look of your widget, you may use our SDK solution available here.
Hope this helps!
-
Thank you this was extremely helpful!
Please sign in to leave a comment.
3 Comments