Currently, Zendesk does not support having the Answer Bot available to all users while restricting chat to specific users.
The chat widget cannot be selectively hidden based on user tags while keeping the Answer Bot visible to everyone. However, you can use the methods described to restrict chat access to VIP users, which might align closely with your needs.
You can restrict chat support to VIP customers by configuring the Web Widget (Classic) using specific methods. One approach is to create a user segment for VIP users and set up a help center article visible only to them. This article contains a…
The simpler method to offer chat support to specific users involves creating a user segment and a help center article. First, create a user segment for your VIP customers. Then, set up a help center article that is only visible to this segment. In…
Using the API to restrict chat support involves identifying user organizations and suppressing the chat widget for non-VIP users. This method requires adding custom code to your widget script. You can use the identify API to capture the user's…
To hide the Zendesk chat widget entirely for non-VIP users, you can use custom code to suppress the widget. Start by hiding the widget by default and then use a script to show it only for users with specific organization tags, such as 'customer'….