You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SMS endpoint does not have the ability to overwrite default department for new sessions. This might be required for several cases when all the new Livechat requests are not intended for the same department. It can fallback to default department in case the override value is not available.
We might also want to have multiple rooms open for same user with different departments. With the existing implementation, this is not possible as well.
Steps to reproduce:
Start a new Livechat session using SMS
The chat will be assigned to default department
Post default department change, the chat still continues in the previously opened room.
Expected behavior:
On department change a new chat with the updated department should be started.
There should be ability to override the default department value on the fly.
The text was updated successfully, but these errors were encountered:
Thanks for this FR (and the corresponding PR!). I've transferred this to our feature requests repository. Please create feature request issues there in the future :)
Description:
The SMS endpoint does not have the ability to overwrite default department for new sessions. This might be required for several cases when all the new Livechat requests are not intended for the same department. It can fallback to default department in case the override value is not available.
We might also want to have multiple rooms open for same user with different departments. With the existing implementation, this is not possible as well.
Steps to reproduce:
Expected behavior:
The text was updated successfully, but these errors were encountered: