If your chat triggers aren't selecting the correct department, it could be due to a misconfiguration in your script or trigger settings. Ensure that your script is correctly adding tags and that your triggers are set up to respond to those tags.
Debugging your script by using console logs can help identify where the issue lies. If the problem persists, consider testing the widget code separately to determine if the issue is with the API or your script logic.
You can set the department for a chat before it starts using several methods. The most common way is by using the trigger condition 'Set visitor department' to automatically route chats to specific departments. Additionally, if you have the…
Once a chat has started, changing the department is a bit more complex. Triggers can no longer be used at this stage, but agents can manually reassign the chat to a different department. If you're using a bot, you can utilize the Conversations API…
The mobile SDK does not support the use of chat triggers to set departments. This limitation means that you can only set chat departments using the Web Widget or Chat widget. If you need to set departments for chats initiated through mobile,…
To set operating hours for a chat department, navigate to the settings menu, then select 'hours' and 'operating hours'. From there, you can configure department schedules to ensure that chats are routed appropriately during business hours. If you…