News Items for Agents
Is there a way, or does any have some suggested best practices, to add news items for agents only? Right now we are thinking of just adding this in an agents only section of our help center, but the concern is that agents will not see these news items in a timely fashion if they are only in the agent dashboard area and not in help center.
We would ideally like a way to push news items out to agents that popup when they are viewing our help center and/or dashboard. We have a remote office of agents who assist us in supporting multiple consumer electronic products so we want to be able to publish simple notices such as a note that a firmware update is coming in soon to fix a particular issue, etc.
-
In the Help Center, you could use JavaScript to display or hide things based on the current users's role. Something like:
if (HelpCenter.user.role == "agent" || HelpCenter.user.role == "manager") {
$('#notification-bar').hide();
}In the Agent Interface, you could use the Notifications App.
-
Thanks for helping out (as usual!), Alex!
-
Hello Steph, Have you looked at the agent notifications app? We use this to make agent announcements.
-
Thanks for the tip Andrew and Alex! The Notifications App appears to be exactly what I need!
Por favor, entrar para comentar.
4 Comentários