Basically on Motion environment, admin/supervisor creates agents, queues for the different channels (voice, chat, mail…) and he associates agents to queues.
So agents can manage multiple queues but at login they are registered on all queues for which they have relative skills. If Supervisor, based on expected calls volume, wants that an agent logins to certain queues e.g. in the morning and others in the afternoon, he can use Motion in different ways:
he can handle queues manually, by adding online agents to a specific queue by Realtime section (this operation is possible only with Supervisor/admin action)
he can configure Agent Profiles feature in order to make the agent autonomous to connect to certain queues
Agent Profiles
Note |
---|
Agent Profiles is a feature available only on New Client Experience and it must be enabled on license side.
This script must be launched if you installed the server before Thursday, July 27, 2023. To avoid issues, we recommend to launch the script while agents and users are not logged in the system and consider that, by running it, a new NGINX configuration file will be installed while the old client configuration file will be saved as backup at the path indicated in the script. Any custom changes made by the user will not be automatically carried over. |
🎬 Video Tutorial
With Agent Profiles solution, you can associate an agent to one or more Profiles (related to one or more queues). In this way when agent logins into Motion, he/she is able to decide on which profile he/she wants to work e.g. in the morning or in the afternoon.
In this example, with Agent Profiles solution, Agent1 is enabled to:
Profile 1 (associated to Voice Queue “Talk Now” and Mail Queue “Assistance”)
Profile 2 (associated to Voice Queue “Tech Hour” and Chat Queue “Medical”)
Moreover it’s always available a default Personal profile, on which can be linked one or more queues (in this example Chat Queue “Support”).
If an agent uses a specific profile, he/she always inherits also queues for which he/she is enabled on Personal profile (this default profile is often associated with support or emergency queues for which agent must always be available).
On admin sidebar, when you click on Staff → Agent Profiles section you will be redirected on the new interface
You can create a new profile, by inserting name and description (optional) and click on Save:
By editing the profile, you can decide to enable/disable it and on Agent section you can add agents
Then you can add queues of different channels. Of each queue you can insert penalty
Moreover on Voice queues it’s possible to set a queue penalty (minor penalty value means higher priority in receiving interactions).
Info |
---|
If admin/user with edit permission wants to disable an agent profile and some agents are logged in with this one, a warning popup alerts about that. So admin can decide to proceed or not |
At the same time, if an agent is logged in with an other profile, he/she will not be able to choose disabled profiles.
Otherwise if the agent is logged with a profile and admin/user decides to disabled it, agent is not logged out, but when he/she logs out himself, then he/she will not be able to choose the profile anymore.
Info |
---|
If admin wants to remove an agent profile and some agents are logged in with this one, a warning popup alerts that he can not do that, because someone is using that profile |
User Permission
As admin, it’s possible to enable/disable the view permission of Agent Profiles on User Profile section. So a user can see Agent Profiles section on own menu only if he has relative permission.
From Staff → User Profiles, admin can select Staff permissions and enable Agent Profiles, by giving to the selected user permissions to view, read, edit or delete the section.
Agent view
After profile configuration, agents will see at login a popup with a drop-down menu with the list of profiles to which they are enabled + default personal profile.
Moreover if an agent is already logged in a specific profile, he/she can change it directly from a dropdown menu, staying logged, by clicking on own profile → Change profile.
Agent can see in every moment on which profile he/she is logged and he/she can decide to change it from dropdown menu.
Scenario
Statistics about agent profile
If you want to view statistics about agent profile you can analyse report_member
table.
In fact upon login, if profile data are present, they are saved in this table in the data3
and data4
fields (and this information is saved on all channels). If instead the agent uses the personal profile, in those fields you can see NULL values
Upon profile change, the exitAt
fields of existing reports are edited, and new records are created in report_member
, similar to those created at login, with the new profile data