How to send a notification to all available agents on workspace at the same time for a new chat.SummaryRecently, we have been getting a lot of questions, on how can we have notifications sent to all the available agents on the workspace, for a new incoming chat. Some of the user cases we came across are: Some agents might miss the chat notification, and it might breach the SLA to respond to a chat message.The agents might face network connectivity issues, because of which they will not be able to respond to chat messages on time. The use cases can now differ based on the requirements.ReleaseAll supported releases.InstructionsBelow are the configuration changes that you need to do in order to send notifications to all the agents at the same time. Create a notification trigger as shown below in the screenshot.Under the Content related list, click on New Provider ContentSelect Workspace and give the values as:Related LinksNow coming to the agent's side there are some configurations that need to be done on the workspace as well. The agent has to navigate to the workspace and open the inbox.Click on the gearbox and enabled the options: Inbox Desktop NotificationsConversation Desktop Notifications Once this is done, clear the browser cache, and instance cache. Now, whenever a new chat comes in, they would get a notification like this which will flash in the center of the workspace. Now we also need to keep in mind some limitations here, which we can overcome by customization of the instance: 1. The users who will be receiving the notification have to be explicitly mentioned in the Recipients section in the notification trigger. Please refer to the first screenshot. 2. Now adding every user manually is a tedious job. 3. We also have a field below the User field - Recipients in fields To send notifications to multiple users without adding them manually, you need to play around with this field. Simple customization here would be to: Create a custom glide list field on the interaction table, referencing the sys_user table.When a chat is created, based on the queue, the glide list will be populated with all the users in the group.Now in the notification trigger record, you need to add the field name in the Recipients in fields. Additionally, we also need to remember that: When the agents get the notification, they can click on it, and it will open the interaction record.However, the chat window will be disabled for them.The chat window will only be visible to the agent, who is assigned to the interaction record.In order to view the chat window, the interaction, and the corresponding work item needs to be manually reassigned. You can also refer to the product doc here - Set up a notification in workspace