Configure alert notifications in Unified Service Desk

Omnichannel for Customer Service offers a suite of capabilities that extend the power of Dynamics 365 Customer Service Enterprise to enable organizations to instantly connect and engage with their customers across digital messaging channels. An additional license is required to access Omnichannel for Customer Service. For more information, see the Dynamics 365 Customer Service pricing overview and Dynamics 365 Customer Service pricing plan pages.

Prerequisites

The process of configuring alert notification settings in Unified Service Desk involves multiple steps:

  1. Create forms with notifications definition (in Extensible Application Markup Language [XAML] format).

  2. Create hosted control.

  3. Create action calls.

  4. Attach the action calls to events.

  5. Add the hosted control, action calls, and events to the agent and supervisor configurations.

Consider a scenario where you receive an incoming chat conversation request. What is the interaction experience for this incoming chat conversation? You see an alert notification for the incoming conversation request. Therefore, the following events must be created:

  • Create an event to open a session when agent selects Accept

  • Create an event and action when agent selects Reject

  • Create an event and action when an agent does not act, and time is out after the Wait Time

Create an event to open a session when agent selects Accept

You must define an event and attach action calls so that an agent can accept an incoming request. When the agent selects the Accept button, they will experience the following actions:

  • The notification closes.

  • Communication panel panel (chat or voice) expands.

  • Presence status of the agent is updated.

  • Omnichannel customer session is created.

  • Omnichannel session is accepted.

  • KB Articles search control opens.

  • Load default agent script.

  • Load agent session Customer summary page.

  • Focus on the Customer summary page.

See also